DocSpace-buildtools/config/appsettings.test.json

41 lines
1008 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
"connectionString": "Server=172.18.0.3;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": "/ds-vpath/",
"internal": "http://172.18.0.4/",
"portal": "https://dotnet.onlyoffice.com:8093/",
"converter" : "/ds-vpath/ConvertService.ashx",
}
}
}
}