This commit is contained in:
@@ -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);
|
||||
}
|
||||
//##########################################################################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user