Do not miss config (#9556)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2025-07-16 17:48:48 +07:00
committed by GitHub
parent 548e89966f
commit 87598ff46d
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -252,7 +252,8 @@ services:
- BRANDING_URL=http://huly.local:8087/branding.json
- STREAM_URL=http://huly.local:1080/recording
- COMMUNICATION_API_ENABLED=true
- BACKUP_URL=http://huly.local:4039/api/backup
- BACKUP_URL=http://huly.local:4039/api/backup,
- EXCLUDED_APPLICATIONS_FOR_ANONYMOUS=["chunter", "notification"]
# - DISABLE_SIGNUP=true
restart: unless-stopped
transactor_cockroach:
+2 -1
View File
@@ -53,5 +53,6 @@ startFront(metricsContext, {
PUBLIC_SCHEDULE_URL: process.env.PUBLIC_SCHEDULE_URL,
CALDAV_SERVER_URL: process.env.CALDAV_SERVER_URL,
EXPORT_URL: process.env.EXPORT_URL,
COMMUNICATION_API_ENABLED: process.env.COMMUNICATION_API_ENABLED
COMMUNICATION_API_ENABLED: process.env.COMMUNICATION_API_ENABLED,
EXCLUDED_APPLICATIONS_FOR_ANONYMOUS: process.env.EXCLUDED_APPLICATIONS_FOR_ANONYMOUS
})