diff --git a/ConfigGenerator/GlobalConfig.cs b/ConfigGenerator/GlobalConfig.cs index a34ffb570..874c85e4c 100644 --- a/ConfigGenerator/GlobalConfig.cs +++ b/ConfigGenerator/GlobalConfig.cs @@ -116,7 +116,7 @@ namespace ConfigGenerator { [Category("\tAccess")] [JsonProperty] - public string WCFHostname { get; set; } = "localhost"; + public string WCFHost { get; set; } = "127.0.0.1"; [Category("\tAccess")] [JsonProperty(Required = Required.DisallowNull)]