mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
# ENV vars for the development environment
|
|
# Override locally with `.env.development.local`
|
|
|
|
SECRET_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
OFN_REDIS_URL="redis://localhost:6379/1"
|
|
OFN_REDIS_JOBS_URL="redis://localhost:6379/2"
|
|
|
|
SITE_URL="0.0.0.0:3000"
|