{
	"authHost": "http://thanatos.dev",
	"authEndpoint": "/broadcasting/auth",
	"clients": [
		{
			"appId": "9230e6a2f30e5f3d",
			"key": "b14d56719cc4b6240e5de3efd2888ce6"
		}
	],
	"database": "redis",
	"databaseConfig": {
		"redis" : {
      "port": "6379",
      "host": "127.0.0.1"
    },
		"sqlite": {
			"databasePath": "/database/laravel-echo-server.sqlite"
		}
	},
	"devMode": true,
	"host": null,
	"port": "6001",
	"protocol": "http",
	"socketio": {},
	"sslCertPath": "",
	"sslKeyPath": ""
}
