couchDb - обязательный параметр
This commit is contained in:
parent
ec5bd25f4a
commit
d90b2fd0b6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export type MainConfigModel = {
|
|||
rssListener: RssListenerParams | null;
|
||||
redmineUrlPrefix: string;
|
||||
redmineUrlPublic: string;
|
||||
couchDb?: {
|
||||
couchDb: {
|
||||
url: string;
|
||||
dbs: {
|
||||
users: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue