tricoteuses-legifrance/example.env

7 lines
148 B
Bash
Raw Normal View History

2022-08-09 19:47:51 +02:00
# PostgreSQL database configuration
DB_NAME="legi"
DB_HOST="localhost"
DB_PORT=5432
DB_USER="legi"
# Change value of DB_PASSWORD!
DB_PASSWORD="legi"