laravel-echo-server.json 682 B

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