Skip to content

Commit 0a6a0d8

Browse files
authored
Clean-up redis_assistant.py
1 parent 99a0c2c commit 0a6a0d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/redis_assistant.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ async def build_agent():
1616
"run", "main.py"
1717
],
1818
"env": {
19-
"REDIS_HOST": "redis-18237.c1.us-east1-2.gce.cloud.redislabs.com",
20-
"REDIS_PORT": "18237",
21-
"REDIS_USERNAME": "mortensi",
22-
"REDIS_PWD": "RIi0j9*k4Oj6otnmGTPxvsGloDI7kjRP6"
19+
"REDIS_HOST": "127.0.0.1",
20+
"REDIS_PORT": "6379",
21+
"REDIS_USERNAME": "default",
22+
"REDIS_PWD": ""
2323
},
2424
}
2525
)

0 commit comments

Comments
 (0)