This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user