mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 16:14:48 +01:00
make proxy optional
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user