fix: correct postgres connection name and port in .env.example

This commit is contained in:
2026-03-12 02:42:54 +01:00
parent f49326f8df
commit bf9c951407

View File

@@ -20,9 +20,9 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug LOG_LEVEL=debug
DB_CONNECTION=pqsql DB_CONNECTION=pgsql
DB_HOST=127.0.0.1 DB_HOST=127.0.0.1
DB_PORT=3306 DB_PORT=5432
DB_DATABASE=laravel DB_DATABASE=laravel
DB_USERNAME=sail DB_USERNAME=sail
DB_PASSWORD=password DB_PASSWORD=password