This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
|
||||
LICENSE / ONBOARDING
|
||||
|
||||
todo: rockfish, upgrade to latest .net framework and add the new routes
|
||||
But do not update the live version until quiet time like weekend when we're sure there are no recent keys and shit
|
||||
|
||||
TODO: auth route if not licensed at all (not merely expired, but non-existent) then only manager account can login, no one else
|
||||
(because there could be other users somehow but no license)
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user