Skip to content

Commit

Permalink
Fix database config
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhat Aravind <[email protected]>
  • Loading branch information
prabhataravind committed Oct 30, 2024
1 parent 45d7cb0 commit 596e776
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions common/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@
"id" : 14,
"separator": ":",
"instance" : "redis"
},
"DPU_APPL_DB" : {
"id" : 15,
"separator": ":",
"instance" : "redis"
},
"DPU_APPL_STATE_DB" : {
"id" : 16,
"separator": "|",
"instance" : "redis"
}
},
"VERSION" : "1.0"
Expand Down

0 comments on commit 596e776

Please sign in to comment.