# 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 # Locale for translation. Using a locale other than `en` tests the # successful fallback to `en`. You will also see up-to-date text used # in production LOCALE="en_AU" VERBOSE_QUERY_LOGS=true 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" # Deactivate rack-timeout in development. # https://github.com/zombocom/rack-timeout#configuring RACK_TIMEOUT_SERVICE_TIMEOUT="0" RACK_TIMEOUT_WAIT_TIMEOUT="0" RACK_TIMEOUT_WAIT_OVERTIME="0"