Last active
May 30, 2018 14:12
-
-
Save ibrunotome/9e219142f49167a3226c1b1b797af948 to your computer and use it in GitHub Desktop.
laravel-echo-server.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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