DocSpace-client/config/appsettings.json

244 lines
7.2 KiB
JSON
Raw Normal View History

2019-06-21 08:03:42 +00:00
{
2022-04-06 18:25:10 +00:00
"Logging": {
"LogLevel": {
2022-04-28 09:15:33 +00:00
"Default": "Debug",
2022-04-06 18:25:10 +00:00
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
},
"EventLog": {
"LogLevel": {
"Default": "None"
2022-04-06 18:25:10 +00:00
}
}
},
2022-04-06 18:25:10 +00:00
"AllowedHosts": "*",
"core": {
2022-11-01 12:24:17 +00:00
"base-domain": "",
2022-04-06 18:25:10 +00:00
"machinekey": "1123askdasjklasbnd",
"notify": {
"postman": "log"
},
"payment": {
"delay": 10,
2022-04-06 18:25:10 +00:00
"region": "test",
"test": true,
"url": "",
"key": "",
"secret": ""
2022-04-06 18:25:10 +00:00
},
"personal": false,
2022-04-28 09:40:17 +00:00
"disableDocspace": false,
2022-04-06 18:25:10 +00:00
"products": {
"folder": "../../products",
"subfolder": "Server"
2022-04-29 13:17:52 +00:00
},
2022-06-21 09:57:20 +00:00
"search-by-content": false,
"hosting": {
"intervalCheckRegisterInstanceInSeconds": "1",
"timeUntilUnregisterInSeconds": "15"
2022-08-18 16:00:22 +00:00
},
2022-09-05 07:33:07 +00:00
"themelimit": "10",
2022-08-18 16:00:22 +00:00
"oidc": {
"authority" : ""
2022-06-21 09:57:20 +00:00
}
},
2022-04-06 18:25:10 +00:00
"license": {
"file": {
"path": ""
}
},
2022-04-06 18:25:10 +00:00
"mail": {
"certificate-permit": false,
"daemon-email": "mail-daemon@onlyoffice.com",
"server-mailbox-limit-per-user": 2
},
2022-04-06 18:25:10 +00:00
"messaging": {
2022-05-15 20:19:11 +00:00
"enabled": "true"
2019-06-21 08:03:42 +00:00
},
2022-04-06 18:25:10 +00:00
"version": {
"number": "1.0.0",
2022-04-06 18:25:10 +00:00
"release": {
"date": "",
"sign": ""
}
2019-09-23 13:22:14 +00:00
},
2022-04-06 18:25:10 +00:00
"files": {
"thirdparty": {
2022-04-20 07:34:33 +00:00
"enable": [ "box", "dropboxv2", "docusign", "google", "onedrive", "sharepoint", "nextcloud", "owncloud", "webdav", "kdrive", "yandex" ]
2022-04-06 18:25:10 +00:00
},
"docservice": {
2022-04-20 07:34:33 +00:00
"coauthor-docs": [ ".pptx", ".ppsx", ".xlsx", ".csv", ".docx", ".docxf", ".oform", ".txt" ],
"commented-docs": [ ".docx", ".docxf", ".xlsx", ".pptx" ],
"convert-docs": [ ".pptm", ".ppt", ".ppsm", ".pps", ".potx", ".potm", ".pot", ".odp", ".fodp", ".otp", ".xlsm", ".xls", ".xltx", ".xltm", ".xlt", ".ods", ".fods", ".ots", ".docm", ".doc", ".dotx", ".dotm", ".dot", ".odt", ".fodt", ".ott", ".rtf" ],
"edited-docs": [ ".pptx", ".pptm", ".ppt", ".ppsx", ".ppsm", ".pps", ".potx", ".potm", ".pot", ".odp", ".fodp", ".otp", ".xlsx", ".xlsm", ".xls", ".xltx", ".xltm", ".xlt", ".ods", ".fods", ".ots", ".csv", ".docx", ".docxf", ".oform", ".docm", ".doc", ".dotx", ".dotm", ".dot", ".odt", ".fodt", ".ott", ".txt", ".rtf", ".mht", ".html", ".htm" ],
"encrypted-docs": [ ".docx", ".docxf", ".xlsx", ".pptx", ".oform" ],
"formfilling-docs": [ ".oform" ],
"customfilter-docs": [ ".xlsx" ],
"reviewed-docs": [ ".docx", ".docxf" ],
"viewed-docs": [ ".pptx", ".pptm", ".ppt", ".ppsx", ".ppsm", ".pps", ".potx", ".potm", ".pot", ".odp", ".fodp", ".otp", ".gslides", ".xlsx", ".xlsm", ".xls", ".xltx", ".xltm", ".xlt", ".ods", ".fods", ".ots", ".gsheet", ".csv", ".docx", ".docxf", ".oform", ".docm", ".doc", ".dotx", ".dotm", ".dot", ".odt", ".fodt", ".ott", ".gdoc", ".txt", ".rtf", ".mht", ".html", ".htm", ".epub", ".pdf", ".djvu", ".xps" ],
2022-04-06 18:25:10 +00:00
"secret": {
"value": "",
"header": ""
},
"url": {
"public": "http://localhost:8085/",
"internal": "",
"portal": ""
}
},
"ffmpeg": {
"value": "",
2022-04-20 07:34:33 +00:00
"exts": [ "avi", "mpeg", "mpg", "wmv" ]
2022-04-06 18:25:10 +00:00
},
"uploader": {
"chunk-size": 10485760,
"url": "products/files/"
},
2022-04-20 07:34:33 +00:00
"viewed-images": [ ".bmp", ".gif", ".jpeg", ".jpg", ".png", ".ico", ".tif", ".tiff", ".webp" ],
"viewed-media": [ ".aac", ".flac", ".m4a", ".mp3", ".oga", ".ogg", ".wav", ".f4v", ".m4v", ".mov", ".mp4", ".ogv", ".webm" ],
"index": [ ".pptx", ".xlsx", ".docx" ],
"oform": {
2022-08-23 13:34:54 +00:00
"url": "https://cmsoforms.onlyoffice.com/api/oforms/",
2022-04-20 07:34:33 +00:00
"ext": ".oform"
}
},
2022-04-06 18:25:10 +00:00
"web": {
"api": "api/2.0",
"alias": {
"min": ""
},
"images": "images",
"hide-settings": "Monitoring,LdapSettings,DocService,MailService,PublicPortal,ProxyHttpContent,SpamSubscription,FullTextSearch",
"hub": {
"url": "/socket.io",
"internal": "http://localhost:9899/"
},
"cultures": "az,cs,el-GR,es,fr,ja-JP,lo-LA,nl,pt,ro,sk,tr,vi,bg,de,en-US,en-GB,fi,it,ko-KR,lv,pl,pt-BR,ru,sl,uk-UA,zh-CN",
2022-04-06 18:25:10 +00:00
"url-shortener": {
"value": "/sh/",
"internal": "http://localhost:9999/"
},
"controlpanel": {
"url": ""
},
"support-feedback": "https://helpdesk.onlyoffice.com",
2022-06-16 14:16:46 +00:00
"teamlab-site": "http://www.onlyoffice.com",
Merge branch 'release/v1.2' into develop # Conflicts: # common/ASC.Core.Common/Context/Impl/UserManager.cs # common/ASC.Core.Common/Notify/Signalr/SignalrServiceClient.cs # common/ASC.Data.Backup.Core/ASC.Data.Backup.Core.csproj # common/ASC.Data.Storage/S3/S3Storage.cs # common/ASC.FederatedLogin/OAuth20Token.cs # common/ASC.Notify.Textile/ASC.Notify.Textile.csproj # common/ASC.Resource.Manager/Program.cs # common/services/ASC.AuditTrail/ASC.AuditTrail.csproj # config/appsettings.json # products/ASC.Files/Core/ASC.Files.Core.csproj # products/ASC.Files/Core/Core/Dao/Interfaces/IFileDao.cs # products/ASC.Files/Core/Core/Dao/TeamlabDao/FileDao.cs # products/ASC.Files/Core/Core/Dao/TeamlabDao/SecurityDao.cs # products/ASC.Files/Core/Core/FileStorageService.cs # products/ASC.Files/Core/Core/Security/ISecurityDao.cs # products/ASC.Files/Core/Core/Thirdparty/CrossDao.cs # products/ASC.Files/Core/Core/Thirdparty/GoogleDrive/GoogleDriveStorage.cs # products/ASC.Files/Core/Core/Thirdparty/IThirdPartyProviderDao.cs # products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFileDao.cs # products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderFolderDao.cs # products/ASC.Files/Core/Core/Thirdparty/ProviderDao/ProviderSecutiryDao.cs # products/ASC.Files/Core/Core/ThumbnailSettings.cs # products/ASC.Files/Core/Helpers/Global.cs # products/ASC.Files/Core/HttpHandlers/FileHandler.ashx.cs # products/ASC.Files/Core/HttpHandlers/ThirdPartyAppHandler.ashx.cs # products/ASC.Files/Core/Model/SessionModel.cs # products/ASC.Files/Core/Services/DocumentService/Configuration.cs # products/ASC.Files/Core/Services/DocumentService/DocumentServiceTracker.cs # products/ASC.Files/Core/Services/WCFService/FileOperations/FileDeleteOperation.cs # products/ASC.Files/Core/Services/WCFService/FileOperations/FileDownloadOperation.cs # products/ASC.Files/Core/Services/WCFService/FileOperations/FileMarkAsReadOperation.cs # products/ASC.Files/Core/Services/WCFService/FileOperations/FileMoveCopyOperation.cs # products/ASC.Files/Core/Services/WCFService/FileOperations/FileOperationsManager.cs # products/ASC.Files/Core/ThirdPartyApp/BoxApp.cs # products/ASC.Files/Core/ThirdPartyApp/GoogleDriveApp.cs # products/ASC.Files/Core/ThirdPartyApp/IThirdPartyApp.cs # products/ASC.Files/Core/ThirdPartyApp/Token.cs # products/ASC.Files/Core/Utils/EntryManager.cs # products/ASC.Files/Core/Utils/FileMarker.cs # products/ASC.Files/Core/Utils/FileUploader.cs # products/ASC.Files/Core/Utils/SocketManager.cs # products/ASC.Files/Server/Controllers/FilesController.cs # products/ASC.Files/Server/DocStore # products/ASC.Files/Server/Helpers/FilesControllerHelper.cs # products/ASC.Files/Server/Startup.cs # products/ASC.Files/Service/Thumbnail/Builder.cs # products/ASC.Files/Service/Thumbnail/Worker.cs # products/ASC.People/Server/ASC.People.csproj # web/ASC.Web.Api/ASC.Web.Api.csproj # web/ASC.Web.Api/Controllers/SettingsController.cs # web/ASC.Web.Api/Models/SettingsWrapper.cs # web/ASC.Web.Core/PublicResources/CustomModeResource.Designer.cs # web/ASC.Web.Core/PublicResources/Resource.Designer.cs # web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.Designer.cs # web/ASC.Web.Core/PublicResources/WebstudioNotifyPatternResource.resx # web/ASC.Web.Core/Users/UserPhotoThumbnailManager.cs # web/ASC.Web.Core/WhiteLabel/TenantWhiteLabelSettings.cs
2022-06-19 19:44:48 +00:00
"help-center": "https://helpcenter.onlyoffice.com/{ru|de|fr|es|it}",
2022-06-16 14:16:46 +00:00
"max-upload-size" : 5242880
},
2022-04-06 18:25:10 +00:00
"ConnectionStrings": {
"default": {
"name": "default",
2022-11-01 12:24:17 +00:00
"connectionString": "Server=localhost;Database=onlyoffice;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True;ConnectionReset=false",
2022-04-06 18:25:10 +00:00
"providerName": "MySql.Data.MySqlClient"
},
"postgre": {
"name": "postgre",
"connectionString": "Host=localhost;Port=5432;Database=onlyoffice;Username=postgres;Password=dev;",
"providerName": "Npgsql"
},
"mysql": {
"name": "mysql",
2022-11-01 12:24:17 +00:00
"connectionString": "Server=localhost;Database=onlyoffice;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True;ConnectionReset=false",
2022-04-06 18:25:10 +00:00
"providerName": "MySql.Data.MySqlClient"
}
},
2022-04-06 18:25:10 +00:00
"migration": {
"enabled": "false"
},
2022-04-06 18:25:10 +00:00
"DbProviderFactories": {
"mysql": {
"name": "MySQL Data Provider",
"invariant": "MySql.Data.MySqlClient",
"description": ".Net Framework Data Provider for MySQL",
"type": "MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data"
}
},
2022-04-06 18:25:10 +00:00
"bookmarking": {
"thumbnail-url": "http://localhost:9800/?url={0}"
},
2022-04-06 18:25:10 +00:00
"storage": {
"encryption": {
"progressfile": "false",
"tempdir": ""
}
},
2022-04-06 18:25:10 +00:00
"firebase": {
2022-06-15 14:25:23 +00:00
"projectId": "",
"privateKeyId": "",
"privateKey": "",
"clientEmail": "",
"clientId": "",
"x509CertUrl": "",
2022-04-06 18:25:10 +00:00
"apiKey": "",
"authDomain": "",
"storageBucket": "",
"messagingSenderId": "",
"appId": "",
"measurementId": ""
},
"debug-info": {
"enabled": "true"
},
"thumbnail": {
2022-05-18 14:23:17 +00:00
"sizes" :
[
{
"height": 260,
"width": 360
},
{
"height": 300,
"width": 216
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 240
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 264
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 288
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 312
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 336
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 360
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 280
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 320
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 400
2022-05-18 14:23:17 +00:00
},
{
"height": 300,
"width": 440
2022-06-20 08:31:32 +00:00
}
2022-05-18 14:23:17 +00:00
]
2022-06-15 09:46:21 +00:00
},
"radicale": {
"admin": "admin@radicale",
"path": "http://127.0.0.1:5232"
2022-08-23 14:51:06 +00:00
},
"plugins": {
"enabled": "false",
"allow": ["upload", "delete"]
}
2022-04-06 18:25:10 +00:00
}