DocSpace-buildtools/config/appsettings.test.json
2020-06-10 17:22:48 +03:00

40 lines
930 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
"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",
"products": {
"folder": "../../products",
"subfolder": "server"
},
"notify": {
"postman": "services"
}
},
"files": {
"docservice": {
"secret" : {
"value": "SQyTqextlJFq",
"header": "AuthorizationJwt"
},
"url": {
"public" : "https://dotnet.onlyoffice.com:8093",
"internal" : "",
"portal" : "",
}
}
}
}