{
	"authHost": "http://localhost",
	"authEndpoint": "/broadcasting/auth",
	"clients": [
		{
			"appId": "d85881007ce6174e",
			"key": "e573c2f5298a47299cfc4f439537ef19"
		}
	],
	"database": "sqlite",
	"databaseConfig": {
		"redis": {},
		"sqlite": {
			"databasePath": "/database/laravel-echo-server.sqlite"
		}
	},
	"devMode": true,
	"host": null,
	"port": "8001",
	"protocol": "http",
	"socketio": {},
	"secureOptions": 67108864,
	"sslCertPath": "",
	"sslKeyPath": "",
	"sslCertChainPath": "",
	"sslPassphrase": "",
    "pusher": {
        "appId": "1856721",
        "key": "e3a8ae2335a3e1d87f14",
        "secret": "82fc4311dddf761d88e8",
        "cluster": "eu",
        "useTLS": false
    },
	"subscribers": {
		"http": true,
		"redis": true
	},
	"apiOriginAllow": {
		"allowCors": false,
		"allowOrigin": "",
		"allowMethods": "",
		"allowHeaders": ""
	}
}
