mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
14 lines
366 B
Plaintext
14 lines
366 B
Plaintext
# ENV vars for the development environment
|
|
# Override locally with `.env.development.local`
|
|
#
|
|
# You may also want to use this when testing other environments locally:
|
|
#
|
|
# cp .env.development .env.local
|
|
|
|
SECRET_TOKEN="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
|
|
|
OFN_REDIS_URL="redis://localhost:6379/1"
|
|
OFN_REDIS_JOBS_URL="redis://localhost:6379/2"
|
|
|
|
SITE_URL="0.0.0.0:3000"
|