This commit is contained in:
2020-03-26 14:19:21 +00:00
parent 33ec11feed
commit d20542f375
2 changed files with 4 additions and 4 deletions

View File

@@ -434,9 +434,9 @@ namespace AyaNova.Core
//TODO: RELEASE WARNING: this needs to be dealt with before production release
if (ServerBootConfig.AYANOVA_SERVER_TEST_MODE)
{
log.LogInformation("TEST MODE TRIAL LICENSE KEY BEING FETCHED");
log.LogInformation("Server is in test mode, fetching trial key");
sUrl = $"{LICENSE_SERVER_URL}rvf/{TEST_TRIAL_KEY_DBID.ToString()}";
log.LogInformation(sUrl);
// log.LogInformation(sUrl);
}
//##########################################################################################################