| {
	"authHost": "http://task.app",
	"authEndpoint": "/broadcasting/auth",
	"clients": [
		{
			"appId": "9a3c67e436d5d464",
			"key": "e3b9ede6094f08c5909bed0c2c47c83d"
		}
	],
	"database": "redis",
	"databaseConfig": {
		"redis": {
			"port": "6379",
			"host": "127.0.0.1",
			"options":{
				"db":2
			}
		}
	},
	"devMode": true,
	"host": null,
	"port": "6001",
	"protocol": "http",
	"sslCertPath": "",
	"sslKeyPath": "",
	"sslCertChainPath": "",
	"sslPassphrase": "",
	"apiOriginAllow": {
		"allowCors": false,
		"allowOrigin": "",
		"allowMethods": "",
		"allowHeaders": ""
	}
}
 |