mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@68280 954022d7-b5bf-4e40-9824-e11837661b57
166 lines
4.0 KiB
JSON
166 lines
4.0 KiB
JSON
{
|
|
"statsd": {
|
|
"useMetrics": false,
|
|
"host": "localhost",
|
|
"port": "8125",
|
|
"prefix": "ds."
|
|
},
|
|
"log": {
|
|
"filePath": "",
|
|
"options": { "reloadSecs": 60 }
|
|
},
|
|
"queue": {
|
|
"visibilityTimeout": 300,
|
|
"retentionPeriod": 900
|
|
},
|
|
"storage": {
|
|
"name": "storage-s3",
|
|
"region": "",
|
|
"endpoint": "http://localhost/s3",
|
|
"bucketName": "cache",
|
|
"storageFolderName": "files",
|
|
"urlExpires": 604800,
|
|
"accessKeyId": "AKID",
|
|
"secretAccessKey": "SECRET",
|
|
"useRequestToGetUrl": false,
|
|
"useSignedUrl": false,
|
|
"externalHost": ""
|
|
},
|
|
"rabbitmq": {
|
|
"url": "amqp://localhost",
|
|
"login": "guest",
|
|
"password": "guest",
|
|
"connectionTimeout": "10000",
|
|
"authMechanism": "AMQPLAIN",
|
|
"vhost": "/",
|
|
"noDelay": true,
|
|
"sslenabled": false,
|
|
"exchangepubsub": "dc.pubsub",
|
|
"queueconverttask": "dc.converttask",
|
|
"queueconvertresponse": "dc.convertresponse"
|
|
},
|
|
"services": {
|
|
"CoAuthoring": {
|
|
"server": {
|
|
"port": 8000,
|
|
"workerpercpu": 1,
|
|
"mode": "development",
|
|
"fonts_route": "OfficeWeb/sdk/Fonts/",
|
|
"sockjsUrl": "",
|
|
"limits_tempfile_upload": 104857600,
|
|
"limits_image_size": 26214400,
|
|
"limits_image_download_timeout": 120,
|
|
"editor_settings_spellchecker_url": "/spellchecker",
|
|
"default_license_file_path": "./../../",
|
|
"default_license_file_name": "./license.lic",
|
|
"callbackRequestTimeout": 120
|
|
},
|
|
"utils": {
|
|
"utils_common_fontdir": "null",
|
|
"utils_fonts_search_patterns": "*.ttf;*.ttc;*.otf",
|
|
"resource_expires": 31536000,
|
|
"limits_image_types_upload": "jpg;png;gif;bmp",
|
|
"limits_image_types_copy": "jpg;png;gif;bmp;emf;wmf;svg;txt;bin"
|
|
},
|
|
"sql": {
|
|
"type": "mysql",
|
|
"tableChanges": "doc_changes",
|
|
"tableCallbacks": "doc_callbacks",
|
|
"tableResult": "task_result",
|
|
"dbHost": "localhost",
|
|
"dbPort": 3306,
|
|
"dbName": "onlyoffice",
|
|
"dbUser": "root",
|
|
"dbPass": "onlyoffice",
|
|
"charset": "utf8",
|
|
"max_allowed_packet": 1048575
|
|
},
|
|
"redis": {
|
|
"name": "redis",
|
|
"prefix": "ds:",
|
|
"host": "localhost",
|
|
"port": 6379
|
|
},
|
|
"pubsub": {
|
|
"name": "pubsubRabbitMQ",
|
|
"maxChanges": 1000
|
|
},
|
|
"expire": {
|
|
"callback": 3600,
|
|
"userindex": 604800,
|
|
"saveLock": 60,
|
|
"editors": 604800,
|
|
"locks": 604800,
|
|
"changeindex": 86400,
|
|
"lockDoc": 60,
|
|
"message": 86400,
|
|
"lastsave": 604800,
|
|
"forcesave": 604800,
|
|
"documents": 300,
|
|
"documentsCron": "0 */5 * * * *",
|
|
"files": 604800,
|
|
"filesCron": "00 00 */1 * * *",
|
|
"filesremovedatonce": 10
|
|
}
|
|
}
|
|
},
|
|
"FileConverter": {
|
|
"converter": {
|
|
"maxDownloadBytes": 100000000,
|
|
"downloadTimeout": 120,
|
|
"downloadAttemptMaxCount": 3,
|
|
"downloadAttemptDelay": 1000,
|
|
"maxprocesscount": 1,
|
|
"fontDir": "null",
|
|
"presentationThemesDir": "null",
|
|
"filePath": "null",
|
|
"args": "",
|
|
"errorfiles": "error"
|
|
}
|
|
},
|
|
"FileStorage": {
|
|
"host": "",
|
|
"port": 4567,
|
|
"directory": "",
|
|
"silent": true
|
|
},
|
|
"SpellChecker": {
|
|
"server": {
|
|
"port": 8080,
|
|
"mode": "development"
|
|
},
|
|
"dictionaries": [
|
|
{"name": "ca_ES", "id": 1027},
|
|
{"name": "cs_CZ", "id": 1029},
|
|
{"name": "da_DK", "id": 1030},
|
|
{"name": "de_DE", "id": 1031},
|
|
{"name": "el_GR", "id": 1032},
|
|
{"name": "en_US", "id": 1033},
|
|
{"name": "fr_FR", "id": 1036},
|
|
{"name": "hu_HU", "id": 1038},
|
|
{"name": "it_IT", "id": 1040},
|
|
{"name": "ko_KR", "id": 1042},
|
|
{"name": "nl_NL", "id": 1043},
|
|
{"name": "nb_NO", "id": 1044},
|
|
{"name": "pl_PL", "id": 1045},
|
|
{"name": "pt_BR", "id": 1046},
|
|
{"name": "ro_RO", "id": 1048},
|
|
{"name": "ru_RU", "id": 1049},
|
|
{"name": "sk_SK", "id": 1051},
|
|
{"name": "sv_SE", "id": 1053},
|
|
{"name": "tr_TR", "id": 1055},
|
|
{"name": "uk_UA", "id": 1058},
|
|
{"name": "lv_LV", "id": 1062},
|
|
{"name": "lt_LT", "id": 1063},
|
|
{"name": "vi_VN", "id": 1066},
|
|
{"name": "az_Latn_AZ", "id": 1068},
|
|
{"name": "de_CH", "id": 2055},
|
|
{"name": "en_GB", "id": 2057},
|
|
{"name": "nn_NO", "id": 2068},
|
|
{"name": "pt_PT", "id": 2070},
|
|
{"name": "de_AT", "id": 3079},
|
|
{"name": "en_AU", "id": 3081},
|
|
{"name": "es_ES", "id": 3082}
|
|
]
|
|
}
|
|
} |