summary refs log tree commit diff
path: root/util/src/util/Config.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 22:57:46 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 22:57:46 +0200
commit194ef5478eb48d870c5d8844f1be6393dcd37ffa (patch)
treedf2f00bad728d42771e7c7131ee408455117f6ea /util/src/util/Config.ts
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-194ef5478eb48d870c5d8844f1be6393dcd37ffa.tar.xz
:construction: fix server bundle
Diffstat (limited to '')
-rw-r--r--util/src/util/Config.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/src/util/Config.ts b/util/src/util/Config.ts

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