membersystem/.env.example
Benjamin Bach b9deb3f54e
Some checks failed
continuous-integration/drone/pr Build is failing
Example API key doesn't need to look like a secret
2024-08-01 12:52:14 +02:00

11 lines
381 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
STRIPE_API_KEY=sk_test_
STRIPE_ENDPOINT_SECRET=whsec_