Merge pull request #2910 from gradido/federation-fix-env-template

fix(other): use default values for undefined .env database values
This commit is contained in:
Ulf Gebhardt 2023-03-30 16:56:38 +02:00 committed by GitHub
commit 36b7c74e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,11 @@ LOG_LEVEL=$LOG_LEVEL
GRAPHIQL=false
# Database
DB_HOST=$DB_HOST
DB_PORT=$DB_PORT
DB_DATABASE=$DB_DATABASE
DB_HOST=localhost
DB_PORT=3306
DB_USER=$DB_USER
DB_PASSWORD=$DB_PASSWORD
DB_DATABASE=gradido_community
# Federation
FEDERATION_COMMUNITY_URL=$FEDERATION_COMMUNITY_URL