mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-03-19 03:43:18 +00:00
🐘 Update .env.example to use PostgreSQL as the default database configuration
This commit is contained in:
11
.env.example
11
.env.example
@@ -20,12 +20,11 @@ LOG_STACK=single
|
|||||||
LOG_DEPRECATIONS_CHANNEL=null
|
LOG_DEPRECATIONS_CHANNEL=null
|
||||||
LOG_LEVEL=debug
|
LOG_LEVEL=debug
|
||||||
|
|
||||||
DB_CONNECTION=sqlite
|
DB_CONNECTION=pgsql
|
||||||
# DB_HOST=127.0.0.1
|
DB_HOST=127.0.0.1
|
||||||
# DB_PORT=3306
|
DB_DATABASE=einundzwanzig_app
|
||||||
# DB_DATABASE=laravel
|
DB_USERNAME=postgres
|
||||||
# DB_USERNAME=root
|
DB_PASSWORD=secret
|
||||||
# DB_PASSWORD=
|
|
||||||
|
|
||||||
SESSION_DRIVER=database
|
SESSION_DRIVER=database
|
||||||
SESSION_LIFETIME=120
|
SESSION_LIFETIME=120
|
||||||
|
|||||||
Reference in New Issue
Block a user