| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "authHost": "http://localhost",
- "authEndpoint": "/broadcasting/auth",
- "clients": [
- {
- "appId": "85568e6915a996da",
- "key": "4339d8623127f8f4e8819901cbf62833"
- }
- ],
- "database": "redis",
- "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": ""
- }
- }
|