17 lines
395 B
Bash
17 lines
395 B
Bash
# 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"
|
|
|
|
# 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)"
|