32 lines
596 B
JSON
32 lines
596 B
JSON
{
|
|
"authHost": "http://localhost",
|
|
"authEndpoint": "/broadcasting/auth",
|
|
"clients": [],
|
|
"database": "sqlite",
|
|
"databaseConfig": {
|
|
"redis": {},
|
|
"sqlite": {
|
|
"databasePath": "/database/laravel-echo-server.sqlite"
|
|
}
|
|
},
|
|
"devMode": true,
|
|
"host": null,
|
|
"port": "6001",
|
|
"protocol": "http",
|
|
"socketio": {},
|
|
"secureOptions": 67108864,
|
|
"sslCertPath": "",
|
|
"sslKeyPath": "",
|
|
"sslCertChainPath": "",
|
|
"sslPassphrase": "",
|
|
"subscribers": {
|
|
"http": true,
|
|
"redis": true
|
|
},
|
|
"apiOriginAllow": {
|
|
"allowCors": false,
|
|
"allowOrigin": "",
|
|
"allowMethods": "",
|
|
"allowHeaders": ""
|
|
}
|
|
} |