325fd0a8dc
Initially the project was named drive and many references are still present. We decided to revamp all the project to only have references to find.
12 lines
206 B
Plaintext
12 lines
206 B
Plaintext
# Postgresql db container configuration
|
|
POSTGRES_DB=find
|
|
POSTGRES_USER=dinum
|
|
POSTGRES_PASSWORD=pass
|
|
|
|
# App database configuration
|
|
DB_HOST=postgresql
|
|
DB_NAME=find
|
|
DB_USER=dinum
|
|
DB_PASSWORD=pass
|
|
DB_PORT=5432
|