1
0
forked from poc/pds

Change database connection from SQLite to PostgreSQL in .env.example

This commit is contained in:
dhanabalan
2025-11-26 14:13:22 +05:30
parent 699103b047
commit b62505d064

View File

@@ -21,7 +21,7 @@ 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_PORT=3306
# DB_DATABASE=laravel # DB_DATABASE=laravel