membersystem/env
Víðir Valberg Guðmundsson 9c777e3d9d
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build was killed
WIP Stripe integration.
2023-01-22 10:04:52 +01:00

11 lines
332 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
STRIPE_LIVE_SECRET_KEY=getfromstripeaccount
STRIPE_TEST_SECRET_KEY=getfromstripeaccount
STRIPE_WEBHOOK_SECRET=getfromstripeaccount