mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-09-27 03:39:11 +00:00
Whoops, I forgor 💀
This commit is contained in:
parent
456f51f0b7
commit
1d16b3cc42
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public class ServerConfiguration : ConfigurationBase<ServerConfiguration>
|
|||
// This is so Lighthouse can properly identify outdated configurations and update them with newer settings accordingly.
|
||||
// If you are modifying anything here, this value MUST be incremented.
|
||||
// Thanks for listening~
|
||||
public override int ConfigVersion { get; set; } = 31;
|
||||
public override int ConfigVersion { get; set; } = 32;
|
||||
|
||||
public override string ConfigName { get; set; } = "lighthouse.yml";
|
||||
public string WebsiteListenUrl { get; set; } = "http://localhost:10060";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue