7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
# Copy this file to .env and fill in actual values.
|
|
|
|
POSTGRES_HOST=postgres_host
|
|
POSTGRES_PORT=postgres_port
|
|
POSTGRES_DB=postgres_database
|
|
POSTGRES_USER=postgres_user
|
|
POSTGRES_PASSWORD= |