mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-18 15:30:30 +00:00
Fix CG generation of WCFHost
This commit is contained in:
@@ -116,7 +116,7 @@ namespace ConfigGenerator {
|
|||||||
|
|
||||||
[Category("\tAccess")]
|
[Category("\tAccess")]
|
||||||
[JsonProperty]
|
[JsonProperty]
|
||||||
public string WCFHostname { get; set; } = "localhost";
|
public string WCFHost { get; set; } = "127.0.0.1";
|
||||||
|
|
||||||
[Category("\tAccess")]
|
[Category("\tAccess")]
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[JsonProperty(Required = Required.DisallowNull)]
|
||||||
|
|||||||
Reference in New Issue
Block a user