39 lines
1021 B
Bash
39 lines
1021 B
Bash
# The base domain
|
|
DOMAIN=votre-nom-de-domaine.com
|
|
DEBUG_MODE=false
|
|
JITSI_URL=meet.jit.si
|
|
|
|
# Domain redirections
|
|
FRONT_URL=play.votre-nom-de-domaine.com
|
|
PUSHER_HOST=pusher.votre-nom-de-domaine.com
|
|
BACK_HOST=api.votre-nom-de-domaine.com
|
|
|
|
# If your Jitsi environment has authentication set up, you MUST set JITSI_PRIVATE_MODE to>
|
|
JITSI_PRIVATE_MODE=false
|
|
JITSI_ISS=
|
|
SECRET_JITSI_KEY=
|
|
|
|
# URL of the TURN server (needed to "punch a hole" through some networks for P2P connecti>
|
|
#TURN_SERVER=
|
|
#TURN_USER=
|
|
#TURN_PASSWORD=
|
|
|
|
# The URL used by default, in the form: "/_/global/map/url.json"
|
|
START_ROOM_URL=/_/global/GregLebreton.github.io/adventure-map/map.json
|
|
|
|
# The email address used by Let's encrypt to send renewal warnings (compulsory)
|
|
ACME_EMAIL=
|
|
|
|
# Set to true to allow using this instance as a target for the apiUrl property
|
|
FEDERATE_PUSHER=false
|
|
|
|
# Server settings
|
|
MAX_PER_GROUP=100
|
|
MAX_USERNAME_LENGTH=25
|
|
DISABLE_NOTIFICATIONS=false
|
|
SKIP_RENDER_OPTIMIZATIONS=false
|
|
|
|
# Secrets
|
|
SECRET_KEY=
|
|
ADMIN_API_TOKEN=
|
|
ADMIN_API_URL= |