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

8 lines
236 B
Plaintext
Raw Normal View History

2020-07-04 11:12:31 +00:00
export CELERY_BROKER_URL=redis://localhost:6379/1
export CELERY_RESULT_BACKEND=redis://localhost:6379/1
export ENV=development
export REDIS_HOST=localhost
export REDIS_PORT=6379
export REDIS_SESSION_DB=0
export SERVER_PORT=0.0.0.0:8000