dot_env 331 B

12345678910111213
  1. # This file is used to configure your virtualenv and points to
  2. # a locally installed projects dependencies if you don't like install it local
  3. # you can use Docker please refer to README to more info.
  4. ECHOD_DEBUG=True
  5. ECHOD_API_HOST=127.0.0.1
  6. ECHOD_API_PORT=9876
  7. ECHOD_REDIS_HOST=127.0.0.1
  8. ECHOD_REDIS_PORT=6379
  9. ECHOD_REDIS_DB=0