Skip to content

Commit

Permalink
add DYNAMIC_DB
Browse files Browse the repository at this point in the history
  • Loading branch information
amazor committed Dec 31, 2024
1 parent 67eaff9 commit ed3f8ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 7 additions & 1 deletion dockers/docker-database/database_config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@
"id" : 14,
"separator": ":",
"instance" : "redis"
}
},
"DYNAMIC_DB" : {
"id" : 21,
"separator": "|",
"instance" : "redis"
}

{% if DATABASE_TYPE is defined and DATABASE_TYPE == "dpudb" %}
,
"DPU_APPL_DB" : {
Expand Down
7 changes: 6 additions & 1 deletion platform/vs/docker-sonic-vs/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@
"id" : 14,
"separator": ":",
"instance" : "redis"
}
},
"DYNAMIC_DB" : {
"id" : 21,
"separator": "|",
"instance" : "redis"
}
},
"VERSION" : "1.0"
}

0 comments on commit ed3f8ab

Please sign in to comment.