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 //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";