mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add .env.dist and .env.dist.template to federation module
This commit is contained in:
parent
255389256a
commit
9907a4caf4
@ -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
|
||||
|
||||
@ -14,3 +14,4 @@ COMMUNITY_DESCRIPTION=$COMMUNITY_DESCRIPTION
|
||||
FEDERATION_API=$FEDERATION_API
|
||||
FEDERATION_PORT=$FEDERATION_PORT
|
||||
FEDERATION_COMMUNITY_URL=$FEDERATION_COMMUNITY_URL
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user