| 1234567891011121314151617181920212223242526272829303132 |
- {
- "authHost": "http://bswas",
- "authEndpoint": "/broadcasting/auth",
- "clients": [],
- "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": ""
- }
- }
|