This commit is contained in:
2020-06-09 00:08:26 +00:00
parent dc24177400
commit 3d330b9dfc

View File

@@ -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";