| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "authHost": "https://localhost",
- "authEndpoint": "/broadcasting/auth",
- "clients": [
- {
- "appId": "3ce79ec696215d04",
- "key": "e68440520697de422639b451f760f208"
- },
- {
- "appId": "wcs",
- "key": "62c8838fa8546ad1f1784327a6d25df2"
- }
- ],
- "database": "redis",
- "databaseConfig": {
- "redis": {
- "port": "6379",
- "host": "127.0.0.1"
- },
- "sqlite": {
- "databasePath": "/database/laravel-echo-server.sqlite"
- }
- },
- "devMode": false,
- "host": null,
- "port": "6001",
- "protocol": "https",
- "socketio": {},
- "secureOptions": 67108864,
- "sslCertPath": "/etc/letsencrypt/live/was.baoshi56.com/fullchain.pem",
- "sslKeyPath": "/etc/letsencrypt/live/was.baoshi56.com/privkey.pem",
- "sslCertChainPath": "",
- "sslPassphrase": "",
- "subscribers": {
- "http": true,
- "redis": true
- },
- "apiOriginAllow": {
- "allowCors" : true,
- "allowOrigin" : "http://127.0.0.1",
- "allowMethods" : "GET, POST",
- "allowHeaders" : "Origin, Content-Type, X-Auth-Token, X-Requested-With, Accept, Authorization, X-CSRF-TOKEN, X-Socket-Id"
- }
- }
|