Skip to content

Connection to database

Nicolas Roudaire edited this page Feb 28, 2025 · 3 revisions

Connection to the database is made using parameters in environment file .env.local

For PosgreSQL the content of that file can be:

DATABASE_URL=pgsql://database_user:database_password@localhost/database_name?serverVersion=14
DATABASE_PREFIX='phyxo_'
APP_ENV=prod
APP_SECRET=yourSecret

Clone this wiki locally