From 3d330b9dfcaf070e05ab8796d18524f797b4a3e8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 9 Jun 2020 00:08:26 +0000 Subject: [PATCH] --- server/AyaNova/util/License.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";