UNPKG

linagora-rse

Version:
48 lines (47 loc) 904 B
{ "webserver": { "enabled": true, "ip": "127.0.0.1", "ipv6": "::1", "port": 8081, "virtualhosts": [], "startupBufferTimeout": 5000 }, "wsserver": { "enabled": false, "port": 8081 }, "log": { "file": { "enabled": true, "filename": "./tmp/application.log", "level": "debug", "handleExceptions": true, "json": false, "prettyPrint": true, "colorize": false }, "console": { "enabled": false, "level": "debug", "handleExceptions": true, "json": false, "prettyPrint": true, "colorize": true } }, "auth": { "strategies": ["mongo"], "apiStrategies": ["basic-mongo"] }, "core": { "config": { "db": "./tmp/db.json" } }, "db": { "reconnectOnConfigurationChange": false, "forceReconnectOnDisconnect": false, "attemptsLimit": 100 } }