mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
added environment variable to set room authentication
This commit is contained in:
parent
ccce303693
commit
f648d028ab
2 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue