mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-17 20:15:40 +02:00
The first backend version is able to manage items object and their lifecycle
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=drive
|
|
POSTGRES_USER=dinum
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=postgresql
|
|
DB_NAME=drive
|
|
DB_USER=dinum
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5432
|