diff --git a/src/utils/configuration.ts b/src/utils/configuration.ts index f07da09..7dfdf12 100644 --- a/src/utils/configuration.ts +++ b/src/utils/configuration.ts @@ -13,8 +13,8 @@ let defaultConfig: Configuration java_path: '', close_action: 0, startup_launch: false, - last_ip: '', - last_port: '', + last_ip: 'localhost', + last_port: '443', language: 'en', customBackground: '', cert_generated: false,