npmaiecosystem commited on
Commit
ef42d48
·
verified ·
1 Parent(s): bf9529f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = FastAPI()
10
 
11
  password = os.environ.get("PASSWORD")
12
  r = Redis(
13
- host='redislabs.com',
14
  port=15562,
15
  decode_responses=True,
16
  username="default",
 
10
 
11
  password = os.environ.get("PASSWORD")
12
  r = Redis(
13
+ host='redis-15562.c1.us-west-2-2.ec2.cloud.redislabs.com',
14
  port=15562,
15
  decode_responses=True,
16
  username="default",