4 lines
101 B
Bash
4 lines
101 B
Bash
# PostgreSQL credentials
|
|
POSTGRES_USER=<< database_user >>
|
|
POSTGRES_PASSWORD=<< database_password >>
|