membersystem/.env.example
Víðir Valberg Guðmundsson 88e15974dc
All checks were successful
continuous-integration/drone/push Build is passing
Fixing some stuff with README
2023-10-02 20:10:24 +02:00

10 lines
350 B
Plaintext

SECRET_KEY=something-very-random
POSTGRES_HOST=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
# Use something along the the following if you are not using docker
# DATABASE_URL=postgres://postgres:postgres@localhost:5432/datacoop_membersystem
DEBUG=True
DJANGO_ENV=development