This commit is contained in:
@@ -29,13 +29,13 @@ namespace AyaNova.Core
|
|||||||
{
|
{
|
||||||
|
|
||||||
//License server address
|
//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)
|
// #if (DEBUG)
|
||||||
private const string LICENSE_SERVER_URL = "http://localhost:3001/";
|
// private const string LICENSE_SERVER_URL = "http://localhost:3001/";
|
||||||
#else
|
// #else
|
||||||
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
|
// private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
//Unlicensed token
|
//Unlicensed token
|
||||||
private const string UNLICENSED_TOKEN = "UNLICENSED";
|
private const string UNLICENSED_TOKEN = "UNLICENSED";
|
||||||
|
|||||||
Reference in New Issue
Block a user