mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 06:08:20 -05:00
set default webfront bind url for very first startup
This commit is contained in:
parent
ae1faac8ab
commit
fbfbae0d94
@ -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")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user