From dc2417740039749d04fb9ecb8858262677ddecb3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 8 Jun 2020 23:42:30 +0000 Subject: [PATCH] --- devdocs/todo.txt | 3 +++ server/AyaNova/util/License.cs | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 85b83037..3cec68e1 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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) diff --git a/server/AyaNova/util/License.cs b/server/AyaNova/util/License.cs index ada7a78b..1052e13d 100644 --- a/server/AyaNova/util/License.cs +++ b/server/AyaNova/util/License.cs @@ -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";