- # This file is used to configure your virtualenv and points to
- # a locally installed projects dependencies if you don't like install it local
- # you can use Docker please refer to README to more info.
- ECHOD_DEBUG=True
- ECHOD_API_HOST=127.0.0.1
- ECHOD_API_PORT=9876
- ECHOD_REDIS_HOST=127.0.0.1
- ECHOD_REDIS_PORT=6379
- ECHOD_REDIS_DB=0
|