diff --git a/federation/.env.dist b/federation/.env.dist index 68cedd5bb..42b3d05bf 100644 --- a/federation/.env.dist +++ b/federation/.env.dist @@ -1,7 +1,9 @@ # Database -# DB_HOST=localhost -# DB_PORT=3306 -# DB_DATABASE=gradido_community +DB_HOST=localhost +DB_PORT=3306 +DB_DATABASE=gradido_community +DB_USER=root +DB_PASSWORD= # Federation FEDERATION_API=1_0 diff --git a/federation/.env.dist.template b/federation/.env.dist.template index 780779722..3bd795f41 100644 --- a/federation/.env.dist.template +++ b/federation/.env.dist.template @@ -13,7 +13,5 @@ DB_PASSWORD=$DB_PASSWORD DB_DATABASE=$DB_DATABASE # Federation -FEDERATION_API=$FEDERATION_API -FEDERATION_PORT=$FEDERATION_PORT FEDERATION_COMMUNITY_URL=$FEDERATION_COMMUNITY_URL