🐘 Update .env.example to use PostgreSQL as the default database configuration

This commit is contained in:
HolgerHatGarKeineNode
2026-02-11 21:22:07 +01:00
parent 4c1dd6f49a
commit 5f1de38cf2

View File

@@ -20,12 +20,11 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_USERNAME=root
# DB_PASSWORD=
DB_CONNECTION=pgsql
DB_HOST=127.0.0.1
DB_DATABASE=einundzwanzig_app
DB_USERNAME=postgres
DB_PASSWORD=secret
SESSION_DRIVER=database
SESSION_LIFETIME=120