mirror of
https://github.com/suitenumerique/drive.git
synced 2026-08-28 10:49:41 +02:00
The first backend version is able to manage items object and their lifecycle
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=keycloak
|
|
POSTGRES_USER=drive
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=kc_postgresql
|
|
DB_NAME=keycloak
|
|
DB_USER=drive
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5433
|