summary refs log tree commit diff
path: root/src/util/Config.ts
diff options
context:
space:
mode:
authorDiego Magdaleno <diegomagdaleno@protonmail.com>2021-05-15 16:57:31 -0500
committerDiego Magdaleno <diegomagdaleno@protonmail.com>2021-05-15 16:57:31 -0500
commitfc2ae1a41e42a7fcf2291a2226046e1d859d6196 (patch)
tree1cc64790a1f98fcdf989b4245760c7b240d80947 /src/util/Config.ts
parentConfig: Be able to configure the target_url (diff)
downloadserver-fc2ae1a41e42a7fcf2291a2226046e1d859d6196.tar.xz
Config: Redo config to be more straight to the point
Diffstat (limited to 'src/util/Config.ts')
-rw-r--r--src/util/Config.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/Config.ts b/src/util/Config.ts

index e52cd2f7..f1f0f458 100644 --- a/src/util/Config.ts +++ b/src/util/Config.ts
@@ -21,9 +21,6 @@ export interface RateLimitOptions { } export interface DefaultOptions { - server: { - root_url: string; - }; general: { instance_id: string; }; @@ -111,9 +108,6 @@ export interface DefaultOptions { } export const DefaultOptions: DefaultOptions = { - server: { - root_url: "localhost" // we are localhost unless the oposite is specified - }, general: { instance_id: Snowflake.generate(), },