added environment variable to set room authentication

This commit is contained in:
Bruno Roesner 2024-10-19 18:18:01 -04:00
parent ccce303693
commit f648d028ab
2 changed files with 3 additions and 0 deletions

View file

@ -30,6 +30,7 @@ services:
SITE_URL: http://localhost SITE_URL: http://localhost
FRONTEND_PORT: 5173 FRONTEND_PORT: 5173
USE_PORTS: false USE_PORTS: false
AUTHENTICATED_ROOMS: false
volumes: volumes:
- ./server/auth_config.json:/usr/src/app/serveur/config/auth_config.json - ./server/auth_config.json:/usr/src/app/serveur/config/auth_config.json
depends_on: depends_on:

View file

@ -19,3 +19,5 @@ SESSION_Secret='session_secret'
SITE_URL=http://localhost SITE_URL=http://localhost
FRONTEND_PORT=5173 FRONTEND_PORT=5173
USE_PORTS=false USE_PORTS=false
AUTHENTICATED_ROOMS=false