DocSpace-buildtools/config/appsettings.test.json

40 lines
930 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
2020-06-10 14:22:48 +00:00
"connectionString": "Server=172.18.0.4;Port=3306;Database=onlyoffice;User ID=onlyoffice_user;Password=onlyoffice_pass;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none",
"providerName": "MySql.Data.MySqlClient"
}
},
"core": {
"base-domain": "localhost",
"machinekey": "1VVAepxpW8f7",
2019-07-10 09:25:46 +00:00
"products": {
2019-07-10 13:49:03 +00:00
"folder": "../../products",
2019-07-10 09:25:46 +00:00
"subfolder": "server"
2019-09-25 10:36:22 +00:00
},
"notify": {
"postman": "services"
}
2020-04-15 15:39:59 +00:00
},
"files": {
"docservice": {
"secret" : {
"value": "SQyTqextlJFq",
"header": "AuthorizationJwt"
},
"url": {
2020-04-16 13:49:24 +00:00
"public" : "https://dotnet.onlyoffice.com:8093",
"internal" : "",
"portal" : "",
2020-04-15 15:39:59 +00:00
}
}
}
2020-04-15 15:39:59 +00:00
}