Changed default http-port to 80
This commit is contained in:
parent
5692712b4e
commit
f7e6d8a6e1
@ -32,7 +32,7 @@ bool XGConfig::IsJsonFieldValid(const JsonBlock& json, const std::string key, co
|
||||
|
||||
void XGConfig::LoadDefaultValues()
|
||||
{
|
||||
httpServer.port = "6969";
|
||||
httpServer.port = "80";
|
||||
httpServer.polling_rate = 100;
|
||||
httpServer.rootdir = "frontend";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user