add GMS config in .env.dist and .env.template

This commit is contained in:
Claus-Peter Huebner 2023-12-20 23:08:04 +01:00
parent 044aff20c3
commit 0cd61e43ac
3 changed files with 9 additions and 4 deletions

View File

@ -67,5 +67,5 @@ FEDERATION_VALIDATE_COMMUNITY_TIMER=60000
# GMS
# GMS_ACTIVE=true
# Coordinates of Illuminz test instance
GMS_HOST=54.176.169.179
GMS_PORT=3071
#GMS_URL=http://54.176.169.179:3071
GMS_URL=http://localhost:4044/

View File

@ -64,5 +64,4 @@ FEDERATION_VALIDATE_COMMUNITY_TIMER=$FEDERATION_VALIDATE_COMMUNITY_TIMER
# GMS
GMS_ACTIVE=$GMS_ACTIVE
GMS_HOST=$GMS_HOST
GMS_PORT=$GMS_PORT
GMS_URL=$GMS_URL

View File

@ -95,3 +95,9 @@ ADMIN_CONFIG_VERSION=v1.2022-03-18
WALLET_AUTH_URL=https://stage1.gradido.net/authenticate?token={token}
WALLET_URL=https://stage1.gradido.net/login
# GMS
#GMS_ACTIVE=true
# Coordinates of Illuminz test instance
#GMS_URL=http://54.176.169.179:3071
#GMS_URL=http://localhost:4044/