Skip to content

Commit

Permalink
[gearbox] Use separator ':' for GB_ASIC_DB, GB_COUNTERS_DB and GB_FLE…
Browse files Browse the repository at this point in the history
…X_COUNTER_DB (#9100)

Keep GB_ASIC_DB, etc consistent with the ones in sonic-swss-common/common/database_config.json
  • Loading branch information
jimmyzhai authored Oct 28, 2021
1 parent aab689e commit 7de673c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockers/docker-database/database_config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@
},
"GB_ASIC_DB" : {
"id" : 9,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_COUNTERS_DB" : {
"id" : 10,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"GB_FLEX_COUNTER_DB" : {
"id" : 11,
"separator": "|",
"separator": ":",
"instance" : "redis"
},
"CHASSIS_APP_DB" : {
Expand Down

0 comments on commit 7de673c

Please sign in to comment.