Tao Wu commited on
Commit
b3d1a27
·
1 Parent(s): 6b6f474
Files changed (1) hide show
  1. app/config.py +1 -1
app/config.py CHANGED
@@ -2,7 +2,7 @@ import os
2
 
3
  # Redis configuration
4
  #REDIS_HOST = os.getenv('REDIS_HOST', 'redis')
5
- REDIS_HOST = os.getenv('REDIS_HOST', 'localhost')
6
  REDIS_PORT = int(os.getenv('REDIS_PORT', 6379))
7
  REDIS_DB = int(os.getenv('REDIS_DB', 0))
8
 
 
2
 
3
  # Redis configuration
4
  #REDIS_HOST = os.getenv('REDIS_HOST', 'redis')
5
+ REDIS_HOST = os.getenv('REDIS_HOST', '0.0.0.0')
6
  REDIS_PORT = int(os.getenv('REDIS_PORT', 6379))
7
  REDIS_DB = int(os.getenv('REDIS_DB', 0))
8