Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dockers/docker-database/database_config.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@
"id" : 14,
"separator": ":",
"instance" : "redis"
},
"PROFILE_DB" : {
"id" : 15,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This id will conflict with TEST_DB.

"separator": "|",
"instance" : "redis"
}
},
"VERSION" : "1.0"
Expand Down
5 changes: 5 additions & 0 deletions platform/vs/docker-sonic-vs/database_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"id" : 14,
"separator": ":",
"instance" : "redis"
},
"PROFILE_DB" : {
"id" : 15,
"separator": ":",
"instance" : "redis"
}
},
"VERSION" : "1.0"
Expand Down