19 lines
312 B
JSON
19 lines
312 B
JSON
{
|
|
"authHost": "localhost",
|
|
"authEndpoint": "/broadcasting/auth",
|
|
"clients": [],
|
|
"database": "redis",
|
|
"databaseConfig": {
|
|
"redis": {
|
|
"port": "6379",
|
|
"host": "redis"
|
|
}
|
|
},
|
|
"devMode": true,
|
|
"host": null,
|
|
"port": "6001",
|
|
"protocol": "http",
|
|
"socketio": {},
|
|
"sslCertPath": "",
|
|
"sslKeyPath": ""
|
|
} |