DocSpace-client/config/appsettings.test.json

50 lines
1.3 KiB
JSON
Raw Normal View History

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"ConnectionStrings": {
"default": {
"name": "default",
2022-02-04 15:40:55 +00:00
"connectionString": "Server=172.18.0.2;Port=3306;Database=onlyoffice;User ID=onlyoffice_user;Password=onlyoffice_pass;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;ConnectionReset=false",
"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/",
2021-06-02 08:26:58 +00:00
"internal": "http://172.18.0.2/",
2020-12-12 11:11:35 +00:00
"portal": "https://dotnet.onlyoffice.com:8093/"
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
},
"viewed-media": [ ".aac",".flac",".m4a",".mp3",".oga",".ogg",".wav",".f4v",".m4v",".mov",".mp4",".ogv",".webm",".avi" ],
2021-09-14 19:19:26 +00:00
"thirdparty": {
"enable": [ "box", "dropboxv2", "docusign", "google", "onedrive", "nextcloud", "owncloud", "webdav", "kdrive", "yandex" ]
}
}
2021-02-05 08:20:42 +00:00
}