Product-Manager/z3/product-manager-backend/.env
2022-05-22 17:33:07 +05:30

10 lines
188 B
Bash

DATABASE_HOST=db
DATABASE_PORT=5432
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# Used only by django:
DJANGO_DATABASE_HOST=localhost
DJANGO_DATABASE_PORT=5432