This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/.envrc.sample

9 lines
293 B
Plaintext
Raw Permalink Normal View History

export CELERY_BROKER_URL=redis://localhost:6379
export CELERY_RESULT_BACKEND=redis://localhost:6379
2020-07-05 01:19:38 +00:00
export FLASK_APP=scripts.wsgi:app
export FLASK_ENV=development
2020-07-04 11:12:31 +00:00
export REDIS_HOST=localhost
export REDIS_PORT=6379
export REDIS_SESSION_DB=0
export SECRET_KEY="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"