This "config store" creates a `dbconfig.json` file (if it doesn't yet exist), and reads the file to load the database panel state. Only the database config store should be able to modify the config — the config cannot be modified externally.
13 lines
230 B
JSON
13 lines
230 B
JSON
{
|
|
"remote": {
|
|
"repositoryLists": [
|
|
{
|
|
"name": "repoList1",
|
|
"repositories": ["foo/bar", "foo/baz"]
|
|
}
|
|
],
|
|
"owners": [],
|
|
"repositories": ["owner/repo1", "owner/repo2", "owner/repo3"]
|
|
}
|
|
}
|