membersystem/env
Víðir Valberg Guðmundsson 3dde14614f
All checks were successful
continuous-integration/drone/push Build is passing
Fixes and cleanup.
2022-08-09 19:29:42 +02:00

8 lines
201 B
Plaintext

SECRET_KEY=something-very-random
POSTGRES_HOST=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_PORT=5432
DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
DEBUG=True
DJANGO_ENV=development