DocSpace-client/config/appsettings.test.json

47 lines
1.2 KiB
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
2020-11-16 14:58:27 +00:00
"connectionString": "Server=172.18.0.5;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-10-09 17:26:25 +00:00
"public": "/ds-vpath/",
"internal": "http://172.18.0.4/",
2020-10-09 17:59:56 +00:00
"portal": "https://dotnet.onlyoffice.com:8093/",
2020-10-09 17:26:25 +00:00
"converter" : "/ds-vpath/ConvertService.ashx",
2020-04-15 15:39:59 +00:00
}
2020-05-21 11:19:36 +00:00
},
2020-05-21 12:38:16 +00:00
"ffmpeg" :
{
2020-05-21 12:59:00 +00:00
"value": "ffmpeg",
2020-05-21 12:38:16 +00:00
"exts": [ "avi", "mpeg", "mpg", "wmv" ]
2020-05-21 12:39:37 +00:00
},
2020-05-21 11:18:05 +00:00
"viewed-media": [".aac",".flac",".m4a",".mp3",".oga",".ogg",".wav",".f4v",".m4v",".mov",".mp4",".ogv",".webm",".avi"],
}
2020-04-15 15:39:59 +00:00
}