This commit is contained in:
2020-07-02 17:57:35 +00:00
parent ad635c3fff
commit e48a90fab9
2 changed files with 11 additions and 9 deletions

View File

@@ -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

View File

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