laravel-echo-server.json 592 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "authHost": "http://bswas",
  3. "authEndpoint": "/broadcasting/auth",
  4. "clients": [],
  5. "database": "redis",
  6. "databaseConfig": {
  7. "redis": {},
  8. "sqlite": {
  9. "databasePath": "/database/laravel-echo-server.sqlite"
  10. }
  11. },
  12. "devMode": true,
  13. "host": null,
  14. "port": "6001",
  15. "protocol": "http",
  16. "socketio": {},
  17. "secureOptions": 67108864,
  18. "sslCertPath": "",
  19. "sslKeyPath": "",
  20. "sslCertChainPath": "",
  21. "sslPassphrase": "",
  22. "subscribers": {
  23. "http": true,
  24. "redis": true
  25. },
  26. "apiOriginAllow": {
  27. "allowCors": false,
  28. "allowOrigin": "",
  29. "allowMethods": "",
  30. "allowHeaders": ""
  31. }
  32. }