1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-07 21:58:06 -05:00

set default webfront bind url for very first startup

This commit is contained in:
RaidMax 2024-06-28 23:51:54 -05:00
parent ae1faac8ab
commit fbfbae0d94

View File

@ -22,7 +22,7 @@ namespace SharedLibraryCore.Configuration
public bool EnableWebFront { get; set; }
[LocalizedDisplayName("WEBFRONT_CONFIGURATION_BIND_URL")]
public string WebfrontBindUrl { get; set; }
public string WebfrontBindUrl { get; set; } = "http://0.0.0.0:1624";
[ConfigurationOptional]
[LocalizedDisplayName("WEBFRONT_CONFIGURATION_MANUAL_URL")]