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
264 B
Plaintext

export CELERY_BROKER_URL=redis://localhost:6379
export CELERY_RESULT_BACKEND=redis://localhost:6379
export FLASK_ENV=development
export FLASK_APP=wsgi:app
export REDIS_HOST=localhost
export REDIS_PORT=6379
export REDIS_SESSION_DB=0
export SERVER_PORT=0.0.0.0:8000