Update app.py
Browse files
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",
|