Skip to content

Instantly share code, notes, and snippets.

@lukepolo
Created March 23, 2018 20:10
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 lukepolo/7b8733799a0ef011ea2a1797bad5cf60 to your computer and use it in GitHub Desktop.
Save lukepolo/7b8733799a0ef011ea2a1797bad5cf60 to your computer and use it in GitHub Desktop.
{
"authHost": "https://codepier.io",
"authEndpoint": "/broadcasting/auth",
"clients": [
{
"appId": "keyhere",
"key": "keyhere"
}
],
"database": "redis",
"databaseConfig": {
"redis": {
"host": "ip.here"
},
"sqlite": {
"databasePath": "/database/laravel-echo-server.sqlite"
}
},
"devMode": false,
"host": "",
"port": "6001",
"protocol": "https",
"socketio": {
"wsEngine": "uws"
},
"sslCertPath": "/opt/codepier/ssl/2/server.crt",
"sslKeyPath": "/opt/codepier/ssl/2/server.key",
"sslCertChainPath": "",
"sslPassphrase": "",
"apiOriginAllow": {
"allowCors": true,
"allowOrigin": "https://codepier.io",
"allowMethods": "GET, POST",
"allowHeaders": "Origin, Content-Type, X-Auth-Token, X-Requested-With, Accept, Authorization, X-CSRF-TOKEN, X-Socket-Id"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment