This commit is contained in:
2021-11-17 19:25:31 +00:00
parent 80c14a17ba
commit 890104e9f3

View File

@@ -507,8 +507,9 @@ namespace AyaNova.Core
log.LogInformation($"Fetching license for DBID {LicenseDbId}");
var FetchRequest = new dtoFetchRequest() { DbId = LicenseDbId };
string AppendToLicenseUrl=string.Empty;
#if (DEBUG)
string AppendToLicenseUrl = "rvf";
AppendToLicenseUrl = "rvf";
if (devTestTrial)
{
AppendToLicenseUrl += "?dtt=true";//signal to rockfish to provide a key immediately for dev testing