couchDb - обязательный параметр

This commit is contained in:
Pavel Gnedov 2022-07-18 13:01:55 +07:00
parent ec5bd25f4a
commit d90b2fd0b6

View file

@ -11,7 +11,7 @@ export type MainConfigModel = {
rssListener: RssListenerParams | null;
redmineUrlPrefix: string;
redmineUrlPublic: string;
couchDb?: {
couchDb: {
url: string;
dbs: {
users: string;