📝 Update .env.example with revised database configuration values

This commit is contained in:
HolgerHatGarKeineNode
2026-02-11 19:53:13 +01:00
parent 04e7d87af6
commit 699ebeedb2

View File

@@ -22,14 +22,14 @@ LOG_LEVEL=debug
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_PORT=5432
DB_DATABASE=verein
DB_USERNAME=forge
DB_DATABASE=einundzwanzig_verein
DB_USERNAME=postgres
DB_PASSWORD=secret
DB_HOST_EINUNDZANZIG=127.0.0.1
DB_PORT_EINUNDZANZIG=5432
DB_DATABASE_EINUNDZANZIG=einundzwanzig
DB_USERNAME_EINUNDZANZIG=forge
DB_DATABASE_EINUNDZANZIG=einundzwanzig_app
DB_USERNAME_EINUNDZANZIG=postgres
DB_PASSWORD_EINUNDZANZIG=secret
SESSION_DRIVER=database