2020-09-25 13:48:02 +02:00
DEBUG_MODE=false
JITSI_URL=meet.jit.si
2020-10-19 11:07:49 +02:00
# 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
2020-10-19 12:07:05 +02:00
JITSI_ISS=
2020-10-16 19:13:26 +02:00
SECRET_JITSI_KEY=
2020-09-25 13:48:02 +02:00
ADMIN_API_TOKEN=123
2021-01-21 09:40:11 +01:00
START_ROOM_URL=/_/global/maps.workadventure.localhost/Floor0/floor0.json
2021-02-16 09:58:08 +01:00
# 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=
2021-05-17 13:50:31 +02:00
DISABLE_NOTIFICATIONS=true
SKIP_RENDER_OPTIMIZATIONS=false
2021-03-18 13:26:02 +01:00
# The email address used by Let's encrypt to send renewal warnings (compulsory)
ACME_EMAIL=
2021-04-14 15:36:25 +02:00
MAX_PER_GROUP=4
MAX_USERNAME_LENGTH=8