DocSpace-client/config/appsettings.test.json

25 lines
630 B
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
2019-09-24 11:25:14 +00:00
"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",
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"
}
}
}