File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ APP_ENV=local
33APP_KEY =
44APP_DEBUG = true
55APP_TIMEZONE = UTC
6- APP_URL = https://eclipse-app.lndo.site
6+ APP_DOMAIN = eclipse-app.lndo.site
7+ APP_URL = " https://${ APP_DOMAIN } "
78
89APP_LOCALE = en
910APP_FALLBACK_LOCALE = en
@@ -34,7 +35,7 @@ SESSION_ENCRYPT=false
3435SESSION_PATH = /
3536SESSION_DOMAIN = null
3637
37- BROADCAST_CONNECTION = log
38+ BROADCAST_CONNECTION = reverb
3839FILESYSTEM_DISK = local
3940QUEUE_CONNECTION = redis
4041
@@ -75,11 +76,26 @@ TYPESENSE_API_KEY=abc
7576TYPESENSE_HOST = typesense
7677
7778ECLIPSE_EMAIL_VERIFICATION = false
78- PHPMYADMIN_URL = " https://pma.eclipse-app.lndo.site /"
79+ PHPMYADMIN_URL = " https://pma.${ APP_DOMAIN } /"
7980
8081SETTINGS_CACHE_ENABLED = false
8182
8283ECLIPSE_MULTI_SITE = false
8384
8485# Set the log viewer route path to something random
8586LOG_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
You can’t perform that action at this time.
0 commit comments