add .env.dist and .env.dist.template to federation module

This commit is contained in:
Claus-Peter Hübner 2023-03-02 11:58:42 +01:00
parent 255389256a
commit 9907a4caf4
2 changed files with 1 additions and 4 deletions

View File

@ -1,11 +1,7 @@
LOG_LEVEL=debug
PORT=4000
GRAPHIQL=true
// LOGIN_API_URL=http://login-server:1201/
// COMMUNITY_API_URL=http://nginx/api/
// GDT_API_URL=https://gdt.gradido.net/
# Database
# Database
DB_PORT=3306
DB_DATABASE=gradido_community

View File

@ -14,3 +14,4 @@ COMMUNITY_DESCRIPTION=$COMMUNITY_DESCRIPTION
FEDERATION_API=$FEDERATION_API
FEDERATION_PORT=$FEDERATION_PORT
FEDERATION_COMMUNITY_URL=$FEDERATION_COMMUNITY_URL