blackbirdchess-docker-dev/laravel-echo-server/laravel-echo-server.json
Zuohuadong 17ea7b313f update
2017-10-12 18:54:09 +08:00

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": ""
}