membersystem/.env.example

10 lines
350 B
Plaintext
Raw Normal View History

SECRET_KEY=something-very-random
POSTGRES_HOST=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
2023-10-02 18:10:24 +00:00
# Use something along the the following if you are not using docker
# DATABASE_URL=postgres://postgres:postgres@localhost:5432/datacoop_membersystem
DEBUG=True
2022-08-09 17:29:42 +00:00
DJANGO_ENV=development