Skip to content

Commit

Permalink
rename redis host
Browse files Browse the repository at this point in the history
  • Loading branch information
trieu committed May 29, 2024
1 parent f286cf1 commit 41afdf0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/redis-configs.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"clusterInfoRedis": [
{
"host": "leocdp.redis",
"host": "cdp-admin.redis",
"port": 6379
}
],
"realtimeDataStats": [
{
"host": "leocdp.redis",
"host": "cdp-admin.redis",
"port": 6379
}
],
"localCache": [
{
"host": "leocdp.redis",
"host": "cdp-admin.redis",
"port": 6379
}
],
"masterCache": [
{
"host": "leocdp.redis",
"host": "cdp-admin.redis",
"port": 6379
}
],
"pubSubQueue": [
{
"host": "leocdp.redis",
"host": "cdp-admin.redis",
"port": 6379
}
]
Expand Down

0 comments on commit 41afdf0

Please sign in to comment.