Skip to content

Commit c19d9e4

Browse files
committed
build: update env example file with reverb config
1 parent 0907fa1 commit c19d9e4

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.env.example

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ APP_ENV=local
33
APP_KEY=
44
APP_DEBUG=true
55
APP_TIMEZONE=UTC
6-
APP_URL=https://eclipse-app.lndo.site
6+
APP_DOMAIN=eclipse-app.lndo.site
7+
APP_URL="https://${APP_DOMAIN}"
78

89
APP_LOCALE=en
910
APP_FALLBACK_LOCALE=en
@@ -34,7 +35,7 @@ SESSION_ENCRYPT=false
3435
SESSION_PATH=/
3536
SESSION_DOMAIN=null
3637

37-
BROADCAST_CONNECTION=log
38+
BROADCAST_CONNECTION=reverb
3839
FILESYSTEM_DISK=local
3940
QUEUE_CONNECTION=redis
4041

@@ -75,11 +76,26 @@ TYPESENSE_API_KEY=abc
7576
TYPESENSE_HOST=typesense
7677

7778
ECLIPSE_EMAIL_VERIFICATION=false
78-
PHPMYADMIN_URL="https://pma.eclipse-app.lndo.site/"
79+
PHPMYADMIN_URL="https://pma.${APP_DOMAIN}/"
7980

8081
SETTINGS_CACHE_ENABLED=false
8182

8283
ECLIPSE_MULTI_SITE=false
8384

8485
# Set the log viewer route path to something random
8586
LOG_VIEWER_ROUTE_PATH=logs
87+
88+
# Reverb backend configuration
89+
REVERB_APP_ID=null
90+
REVERB_APP_KEY=null
91+
REVERB_APP_SECRET=null
92+
REVERB_HOST=0.0.0.0
93+
REVERB_PORT=8080
94+
REVERB_SCHEME=http
95+
96+
# Reverb frontend configuration
97+
VITE_REVERB_APP_ID="${REVERB_APP_ID}"
98+
VITE_REVERB_APP_KEY="${REVERB_APP_KEY}"
99+
VITE_REVERB_HOST="ws.${APP_DOMAIN}"
100+
VITE_REVERB_PORT=443
101+
VITE_REVERB_SCHEME=https

0 commit comments

Comments
 (0)