prod template: move admin api URL and remove duplicate

This commit is contained in:
Julian Euler 2022-02-10 10:18:44 +01:00
parent f8f6b8aad9
commit 5aa46f6d84
1 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,9 @@ BACK_HOST=api.workadventure.localhost
MAPS_HOST=maps.workadventure.localhost
ICON_HOST=icon.workadventure.localhost
# SAAS admin panel
ADMIN_API_URL=
#
# Basic configuration
#
@ -111,7 +114,5 @@ LOG_LEVEL=WARN
# Internal URLs
API_URL=back:50051
ADMIN_URL=//workadventure.localhost
ADMIN_API_URL=
RESTART_POLICY=unless-stopped