This commit is contained in:
2022-08-05 00:35:46 +00:00
parent 7f45ecd575
commit 379ba76b31
2 changed files with 10 additions and 11 deletions

View File

@@ -59,6 +59,10 @@ namespace AyaNova.Core
private const string TRIAL_FEATURE_NAME = "TrialMode";
//This feature name means it's a SAAS or rental mode key for month to month hosted service
//effectively what it does now 2022-08-04 17:26:20 is nothing at all
//license expiry is still controlled by checking Temporary key / expires in rockfish v8 license generator page
//which in turn causes expiry date to be displayed in the license UI
//I think this may be redundant but I'll keep it for now maybe it might help in future to offer a rental payment UI inside AyaNova or something
private const string RENTAL_FEATURE_NAME = "ServiceMode";