This commit is contained in:
2020-07-10 17:46:12 +00:00
parent bc1c5fcc7b
commit 671ab5cf2b

View File

@@ -29,13 +29,13 @@ namespace AyaNova.Core
{
//License server address
// private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
#if (DEBUG)
private const string LICENSE_SERVER_URL = "http://localhost:3001/";
#else
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
#endif
// #if (DEBUG)
// private const string LICENSE_SERVER_URL = "http://localhost:3001/";
// #else
// private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
// #endif
//Unlicensed token
private const string UNLICENSED_TOKEN = "UNLICENSED";