prod template: move admin api URL and remove duplicate
This commit is contained in:
parent
f8f6b8aad9
commit
5aa46f6d84
@ -19,6 +19,9 @@ BACK_HOST=api.workadventure.localhost
|
|||||||
MAPS_HOST=maps.workadventure.localhost
|
MAPS_HOST=maps.workadventure.localhost
|
||||||
ICON_HOST=icon.workadventure.localhost
|
ICON_HOST=icon.workadventure.localhost
|
||||||
|
|
||||||
|
# SAAS admin panel
|
||||||
|
ADMIN_API_URL=
|
||||||
|
|
||||||
#
|
#
|
||||||
# Basic configuration
|
# Basic configuration
|
||||||
#
|
#
|
||||||
@ -111,7 +114,5 @@ LOG_LEVEL=WARN
|
|||||||
|
|
||||||
# Internal URLs
|
# Internal URLs
|
||||||
API_URL=back:50051
|
API_URL=back:50051
|
||||||
ADMIN_URL=//workadventure.localhost
|
|
||||||
ADMIN_API_URL=
|
|
||||||
|
|
||||||
RESTART_POLICY=unless-stopped
|
RESTART_POLICY=unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user