Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "authHost": "http://localhost:8000",
  3. "authEndpoint": "/broadcasting/auth",
  4. "clients": [
  5. {
  6. "appId": "5145248de30f05ed",
  7. "key": "d1b05730285c3300a78fb638184b7659"
  8. }
  9. ],
  10. "database": "redis",
  11. "databaseConfig": {
  12. "redis": {"password": "test"},
  13. "sqlite": {
  14. "databasePath": "/database/laravel-echo-server.sqlite"
  15. }
  16. },
  17. "devMode": true,
  18. "host": "localhost",
  19. "port": "6001",
  20. "protocol": "http",
  21. "socketio": {},
  22. "sslCertPath": "",
  23. "sslKeyPath": ""
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement