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
Luke Murphy a98c854ff8
All checks were successful
continuous-integration/drone/push Build is passing
Try and tuck away more files
2020-07-05 03:19:38 +02:00

9 lines
293 B
Plaintext

export CELERY_BROKER_URL=redis://localhost:6379
export CELERY_RESULT_BACKEND=redis://localhost:6379
export FLASK_APP=scripts.wsgi:app
export FLASK_ENV=development
export REDIS_HOST=localhost
export REDIS_PORT=6379
export REDIS_SESSION_DB=0
export SECRET_KEY="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"