DocSpace-buildtools/config/appsettings.json

131 lines
4.2 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"core": {
"base-domain": "",
"machinekey": "1123askdasjklasbnd",
"notify": {
"postman": "log"
},
"payment": {
"delay": "10",
"partners": "https://partners.teamlab.info/api",
"region": "test",
"test": true
},
"products": {
"folder": "../../products",
"subfolder": "Server"
}
},
"license": {
"file": {
"path": ""
}
},
"mail": {
"certificate-permit": false,
"daemon-email": "mail-daemon@onlyoffice.com",
"server-mailbox-limit-per-user": 2
},
"messaging": {
"enabled": "enabled"
},
"version": {
"release": {
"date": "",
"sign": ""
}
},
"files": {
"thirdparty": {
"enable" : ["box", "dropboxv2", "docusign", "google", "onedrive", "sharepoint", "nextcloud", "owncloud", "webdav", "kdrive", "yandex"]
},
"docservice": {
"coauthor-docs" : [ ".pptx", ".ppsx", ".xlsx", ".csv", ".docx", ".txt" ],
"commented-docs" : [ ".docx", ".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",".docm",".doc",".dotx",".dotm",".dot",".odt",".fodt",".ott",".txt",".rtf",".mht",".html",".htm" ],
"encrypted-docs" : [ ".docx",".xlsx",".pptx" ],
"formfilling-docs" : [ ".docx" ],
"reviewed-docs" : [ ".docx" ],
"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",".docm",".doc",".dotx",".dotm",".dot",".odt",".fodt",".ott",".gdoc",".txt",".rtf",".mht",".html",".htm",".epub",".pdf",".djvu",".xps" ],
"secret" :
{
"value": "",
"header": "",
},
"url":
{
"public": "http://192.168.3.142/",
"internal": "",
"portal": ""
}
},
"ffmpeg" :
{
"value": "",
"exts": [ "avi", "mpeg", "mpg", "wmv" ]
},
"uploader":
{
"chunk-size": 10485760,
"url": "products/files/"
},
"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",".pptm",".ppt",".ppsx",".ppsm",".pps",".potx",".potm",".pot",".odp",".fodp",".otp",".gslides",".xlsx",".xlsm",".xls",".xltx",".xltm",".xlt",".ods",".fods",".ots",".gsheet",".csv",".docx",".docm",".doc",".dotx",".dotm",".dot",".odt",".fodt",".ott",".gdoc",".txt",".rtf",".mht",".html",".htm",".epub",".pdf",".djvu",".xps"],
},
"web": {
"api": "api/2.0",
"alias": {
"min": ""
},
"images": "images",
"hide-settings": "Monitoring,LdapSettings,DocService,MailService,PublicPortal,ProxyHttpContent,SpamSubscription,FullTextSearch",
"hub": {
"url": "/socketio/socket.io/",
"internal": "http://localhost:9899/"
},
"cultures": "en-US,ru-RU",
"url-shortener": {
"value" : "/sh/",
"internal": "http://localhost:9999/"
},
"controlpanel": {
"url": ""
},
"support-feedback": "https://helpdesk.onlyoffice.com",
"teamlab-site": "http://www.onlyoffice.com"
},
"ConnectionStrings": {
"default": {
"name": "default",
"connectionString": "Server=localhost;Database=onlyoffice;User ID=dev;Password=dev;Pooling=true;Character Set=utf8;AutoEnlist=false;SSL Mode=none;AllowPublicKeyRetrieval=True",
"providerName": "MySql.Data.MySqlClient"
}
},
"DbProviderFactories": {
"mysql": {
"name": "MySQL Data Provider",
"invariant": "MySql.Data.MySqlClient",
"description": ".Net Framework Data Provider for MySQL",
"type": "MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data"
}
},
"bookmarking": {
"thumbnail-url": "http://localhost:9800/?url={0}"
},
"storage": {
"encryption": {
"progressfile": "false"
}
}
}