Drop PUSHER_SOCKET_URL
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-12-07 18:20:25 -05:00
parent c9126477dd
commit e0017c4bc8
2 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,7 @@ SMTP_HOST=mail.example.com
SMTP_PORT=587
# Pusher
PUSHER_SOCKET_URL=ws://ws.pusherapp.com/app/APP_ID
PUSHER_URL=https://USER:PASS@api.pusherapp.com/apps/APP
PUSHER_URL=wss://ws.pusherapp.com/app/APP_ID
# Newrelic error logging
NEW_RELIC_AGENT_ENABLED=false

View File

@ -17,7 +17,6 @@ x-environment:
- DATABASE_PASSWORD=levelfly
- DATABASE_PORT=5432
- DATABASE_NAME=levelfly
- PUSHER_SOCKET_URL
- PUSHER_URL
- SUPPORT_EMAIL
- URL=https://$DOMAIN