diff --git a/federation/.env.template b/federation/.env.template index af6e8f627..5713a7f3f 100644 --- a/federation/.env.template +++ b/federation/.env.template @@ -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 -