Now that .gitignore allows docker-compose-files/**/.env.sample, add the existing sample files that were previously untracked.
6 lines
91 B
Text
6 lines
91 B
Text
# Database
|
|
POSTGRES_USER=
|
|
POSTGRES_PASSWORD=
|
|
POSTGRES_DB=
|
|
PGADMIN_EMAIL=
|
|
PGADMIN_PASSWORD=
|