7d0b573d37
- OPID_PROFILE_SCREEN_PROVIDER is a variable to show profile of user connected. You can defined your own provider or use classic provider of WorkAdventure. - OpenIdProfileController with url "/profile" get user data and create simple html to show user informations. This url will be called with params 'accessToken' - If you define your custom profile url, it will be called with param 'accessToken'. accessToken is token to access at user informations in your OpenId provider.
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
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/starter/map.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
|
|
|
|
OPID_CLIENT_ID=
|
|
OPID_CLIENT_SECRET=
|
|
OPID_CLIENT_ISSUER=
|
|
OPID_CLIENT_REDIREC_URL=
|
|
OPID_LOGIN_SCREEN_PROVIDER=http://pusher.workadventure.localhost/login-screen
|
|
OPID_PROFILE_SCREEN_PROVIDER=
|
|
DISABLE_ANONYMOUS=
|
|
|
|
# If you want to have a contact page in your menu, you MUST set CONTACT_URL to the URL of the page that you want
|
|
CONTACT_URL= |