Skip to content

Commit

Permalink
[docker-sonic-vs] always use separator ':' for GB_ASIC_DB, like ASIC_…
Browse files Browse the repository at this point in the history
…DB (#8806)
  • Loading branch information
jimmyzhai authored Sep 22, 2021
1 parent 34dddb8 commit 4da623c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/vs/docker-sonic-vs/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
},
"GB_ASIC_DB" : {
"id" : 8,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_COUNTERS_DB" : {
"id" : 9,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_FLEX_COUNTER_DB" : {
"id" : 10,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"CHASSIS_APP_DB" : {
Expand Down

0 comments on commit 4da623c

Please sign in to comment.