also parameterize the gdt api url

This commit is contained in:
Ulf Gebhardt 2022-01-24 20:43:26 +01:00
parent 92a71cb97a
commit be295d3fe1
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@ PORT=4000
JWT_SECRET=$JWT_SECRET
JWT_EXPIRES_IN=10m
GRAPHIQL=false
GDT_API_URL=https://gdt.gradido.net
GDT_API_URL=$GDT_API_URL
DB_HOST=localhost
DB_PORT=3306
DB_USER=$DB_USER

View File

@ -30,6 +30,8 @@ TYPEORM_LOGGING_RELATIVE_PATH=../deployment/bare_metal/log/typeorm.backend.log
WEBHOOK_ELOPAGE_SECRET=secret
GDT_API_URL=https://gdt.gradido.net
COMMUNITY_NAME=Gradido Development Stage1
COMMUNITY_URL=https://stage1.gradido.net/
COMMUNITY_REGISTER_URL=https://stage1.gradido.net/register