22 lines
850 B
Plaintext
22 lines
850 B
Plaintext
DEBUG_MODE=false
|
|
JITSI_URL=meet.jit.si
|
|
# If your Jitsi environment has authentication set up, you MUST set JITSI_PRIVATE_MODE to "true" and you MUST pass a SECRET_JITSI_KEY to generate the JWT secret
|
|
JITSI_PRIVATE_MODE=false
|
|
JITSI_ISS=
|
|
SECRET_JITSI_KEY=
|
|
ADMIN_API_TOKEN=123
|
|
START_ROOM_URL=/_/global/maps.workadventure.localhost/Floor0/floor0.json
|
|
# If your Turn server is configured to use the Turn REST API, you should put the shared auth secret here.
|
|
# If you are using Coturn, this is the value of the "static-auth-secret" parameter in your coturn config file.
|
|
# Keep empty if you are sharing hard coded / clear text credentials.
|
|
TURN_STATIC_AUTH_SECRET=
|
|
DISABLE_NOTIFICATIONS=true
|
|
SKIP_RENDER_OPTIMIZATIONS=false
|
|
|
|
# The email address used by Let's encrypt to send renewal warnings (compulsory)
|
|
ACME_EMAIL=
|
|
|
|
MAX_PER_GROUP=4
|
|
MAX_USERNAME_LENGTH=8
|
|
|