From 8ead6be75148acc7181e6fda0e270ead9ba5c2f1 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 16 Dec 2016 14:20:32 +0100 Subject: [PATCH] Fix CG generation of WCFHost --- ConfigGenerator/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]