This commit is contained in:
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
internal static class AyaNovaVersion
|
internal static class AyaNovaVersion
|
||||||
{
|
{
|
||||||
public const string VersionString = "8.0.0-alpha.6";
|
public const string VersionString = "8.0.0-alpha.7";
|
||||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||||
}//eoc
|
}//eoc
|
||||||
}//eons
|
}//eons
|
||||||
@@ -29,12 +29,14 @@ namespace AyaNova.Core
|
|||||||
{
|
{
|
||||||
|
|
||||||
//License server address
|
//License server address
|
||||||
#if (DEBUG)
|
|
||||||
// private const string LICENSE_SERVER_URL = "https://nothing.exqqwweerccbjhjtgfample.com/";
|
|
||||||
private const string LICENSE_SERVER_URL = "http://localhost:3001/";
|
|
||||||
#else
|
|
||||||
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
|
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
|
||||||
#endif
|
|
||||||
|
// #if (DEBUG)
|
||||||
|
// // private const string LICENSE_SERVER_URL = "https://nothing.exqqwweerccbjhjtgfample.com/";
|
||||||
|
// private const string LICENSE_SERVER_URL = "http://localhost:3001/";
|
||||||
|
// #else
|
||||||
|
// private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";
|
||||||
|
// #endif
|
||||||
|
|
||||||
//Unlicensed token
|
//Unlicensed token
|
||||||
private const string UNLICENSED_TOKEN = "UNLICENSED";
|
private const string UNLICENSED_TOKEN = "UNLICENSED";
|
||||||
|
|||||||
Reference in New Issue
Block a user