tricoteuses-legifrance/example.env

18 lines
395 B
Bash
Raw Normal View History

# PostgreSQL database configuration
ASSEMBLEE_DB_NAME="assemblee"
ASSEMBLEE_DB_HOST="localhost"
ASSEMBLEE_DB_PORT=5432
ASSEMBLEE_DB_USER="assemblee"
# Change value of DB_PASSWORD!
ASSEMBLEE_DB_PASSWORD="assemblee"
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!
2022-08-10 17:50:13 +02:00
DB_PASSWORD="legi"
TITLE="Tricoteuses (exemple)"