make proxy optional

This commit is contained in:
SpikeHD
2022-07-19 17:14:55 -07:00
parent 8ff06f6d29
commit 3799ec648d
4 changed files with 34 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ let defaultConfig: Configuration
https_enabled: false,
debug_enabled: false,
patch_metadata: true,
use_internal_proxy: true,
}
})()
@@ -45,6 +46,7 @@ export interface Configuration {
https_enabled: boolean
debug_enabled: boolean
patch_metadata: boolean
use_internal_proxy: boolean
swag_mode?: boolean
// Swag stuff