summary refs log tree commit diff
path: root/util/src
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 20:53:29 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 20:53:29 +0200
commitb6fbcf1c4f6e75120518b9e3b947447cdb698654 (patch)
tree9205fb0054ba240bd012254ad9f0616ca3e5c8a9 /util/src
parent:bug: fix types + packages (diff)
downloadserver-b6fbcf1c4f6e75120518b9e3b947447cdb698654.tar.xz
:bug: fix dependencies and build for bundle
Diffstat (limited to '')
-rw-r--r--util/src/util/Config.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/src/util/Config.ts b/util/src/util/Config.ts

index b4648668..a23d724d 100644 --- a/util/src/util/Config.ts +++ b/util/src/util/Config.ts
@@ -43,9 +43,11 @@ export interface KafkaBroker { export interface DefaultOptions { gateway: { + endpointClientKeepDefault?: boolean; endpoint: string | null; }; cdn: { + endpointClientKeepDefault?: boolean; endpoint: string | null; }; general: { @@ -148,9 +150,11 @@ export interface DefaultOptions { export const DefaultOptions: DefaultOptions = { gateway: { + endpointClientKeepDefault: false, endpoint: null, }, cdn: { + endpointClientKeepDefault: false, endpoint: null, }, general: {