Skip to content

Instantly share code, notes, and snippets.

@ibrunotome
Last active May 30, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrunotome/9e219142f49167a3226c1b1b797af948 to your computer and use it in GitHub Desktop.
Save ibrunotome/9e219142f49167a3226c1b1b797af948 to your computer and use it in GitHub Desktop.
laravel-echo-server.json
{
"authHost": "http://localhost",
"authEndpoint": "/broadcasting/auth",
"clients": [],
"database": "redis",
"databaseConfig": {
"redis": {},
"sqlite": {
"databasePath": "/database/laravel-echo-server.sqlite"
}
},
"devMode": false,
"host": null,
"port": "6001",
"protocol": "http",
"socketio": {},
"sslCertPath": "",
"sslKeyPath": "",
"sslCertChainPath": "",
"sslPassphrase": "",
"apiOriginAllow": {
"allowCors": false,
"allowOrigin": "",
"allowMethods": "",
"allowHeaders": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment