mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
Do not miss config (#9556)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user