DocSpace-client/config/appsettings.test.json

25 lines
627 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
2019-07-08 15:37:32 +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": {
"folder": "../products",
"subfolder": "server"
}
}
}