2021-02-27 20:07:48 +00:00
|
|
|
SECRET_KEY=something-very-random
|
|
|
|
POSTGRES_HOST=postgres
|
|
|
|
POSTGRES_PASSWORD=postgres
|
|
|
|
POSTGRES_PORT=5432
|
|
|
|
DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
|
|
|
|
DEBUG=True
|
2022-08-09 17:29:42 +00:00
|
|
|
DJANGO_ENV=development
|
2023-01-22 09:04:52 +00:00
|
|
|
STRIPE_LIVE_SECRET_KEY=getfromstripeaccount
|
|
|
|
STRIPE_TEST_SECRET_KEY=getfromstripeaccount
|
|
|
|
STRIPE_WEBHOOK_SECRET=getfromstripeaccount
|