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