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