diff --git a/server/AyaNova/util/License.cs b/server/AyaNova/util/License.cs index 1052e13d..c44a48da 100644 --- a/server/AyaNova/util/License.cs +++ b/server/AyaNova/util/License.cs @@ -28,7 +28,7 @@ namespace AyaNova.Core //License server address // private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/"; - private const string LICENSE_SERVER_URL = "http://localhost:5000/"; + private const string LICENSE_SERVER_URL = "http://localhost:3001/"; //Scheduleable users private const string SERVICE_TECHS_FEATURE_NAME = "ServiceTechs";