This commit is contained in:
2020-06-08 23:42:30 +00:00
parent 647df41d16
commit dc24177400
2 changed files with 5 additions and 2 deletions

View File

@@ -27,8 +27,8 @@ 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 = "https://rockfish.ayanova.com/";
private const string LICENSE_SERVER_URL = "http://localhost:5000/";
//Scheduleable users
private const string SERVICE_TECHS_FEATURE_NAME = "ServiceTechs";