Skip to content

Commit

Permalink
Add separator field to database_config.json (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhangalibaba authored and jleveque committed Oct 9, 2019
1 parent 28c358b commit 1e7c458
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dockers/docker-database/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,47 @@
"DATABASES" : {
"APPL_DB" : {
"id" : 0,
"separator": ":",
"instance" : "redis"
},
"ASIC_DB" : {
"id" : 1,
"separator": ":",
"instance" : "redis"
},
"COUNTERS_DB" : {
"id" : 2,
"separator": ":",
"instance" : "redis"
},
"LOGLEVEL_DB" : {
"id" : 3,
"separator": ":",
"instance" : "redis"
},
"CONFIG_DB" : {
"id" : 4,
"separator": "|",
"instance" : "redis"
},
"PFC_WD_DB" : {
"id" : 5,
"separator": ":",
"instance" : "redis"
},
"FLEX_COUNTER_DB" : {
"id" : 5,
"separator": ":",
"instance" : "redis"
},
"STATE_DB" : {
"id" : 6,
"separator": "|",
"instance" : "redis"
},
"SNMP_OVERLAY_DB" : {
"id" : 7,
"separator": "|",
"instance" : "redis"
}
},
Expand Down

0 comments on commit 1e7c458

Please sign in to comment.