9 lines
180 B
Bash
9 lines
180 B
Bash
# PostgreSQL database configuration
|
|
DB_NAME="legi"
|
|
DB_HOST="localhost"
|
|
DB_PORT=5432
|
|
DB_USER="legi"
|
|
# Change value of DB_PASSWORD!
|
|
DB_PASSWORD="legi"
|
|
|
|
TITLE="Tricoteuses (exemple)"
|