Fix CG generation of WCFHost

This commit is contained in:
JustArchi
2016-12-16 14:20:32 +01:00
parent e7912a05e7
commit 8ead6be751

View File

@@ -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)]