mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
8 lines
264 B
Plaintext
8 lines
264 B
Plaintext
# PostgreSQL
|
|
# ------------------------------------------------------------------------------
|
|
POSTGRES_HOST=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_DB={{ cookiecutter.project_slug }}
|
|
POSTGRES_USER=!!!SET POSTGRES_USER!!!
|
|
POSTGRES_PASSWORD=!!!SET POSTGRES_PASSWORD!!!
|