Create new env admin url

This commit is contained in:
Gregoire Parant 2020-11-13 12:15:33 +01:00
parent 74ec363449
commit ebfe08fb92
3 changed files with 3 additions and 1 deletions

View file

@ -33,6 +33,7 @@
"ports": [80],
"env": {
"API_URL": "api."+url,
"ADMIN_URL": "admin."+url,
"JITSI_URL": env.JITSI_URL,
"SECRET_JITSI_KEY": env.SECRET_JITSI_KEY,
"TURN_SERVER": "turn:coturn.workadventu.re:443,turns:coturn.workadventu.re:443",