Changed default http-port to 80
This commit is contained in:
@@ -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";
|
||||
|
||||
|
Reference in New Issue
Block a user