HOTFIX: now uses a specific secret token for the admin sockets

This commit is contained in:
Kharhamel 2021-10-26 14:58:34 +02:00
parent a7699edd6d
commit d809682c08
3 changed files with 4 additions and 3 deletions

View file

@ -62,6 +62,7 @@
} + (if adminUrl != null then {
"ADMIN_API_URL": adminUrl,
"ADMIN_API_TOKEN": env.ADMIN_API_TOKEN,
"ADMIN_SOCKETS_TOKEN": env.ADMIN_SOCKETS_TOKEN,
} else {})
},
"front": {