mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
# ENV vars for the test environment
|
|
# Override locally with `.env.test.local`
|
|
|
|
SECRET_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
STRIPE_SECRET_TEST_API_KEY="bogus_key"
|
|
STRIPE_CUSTOMER="bogus_customer"
|
|
|
|
SITE_URL="test.host"
|
|
|
|
OPENID_APP_ID="test-provider"
|
|
OPENID_APP_SECRET="12345"
|