This commit is contained in:
2023-02-16 00:04:03 +00:00
parent 98cb68850e
commit 9b0a6adbaa
3 changed files with 7 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ namespace Sockeye.Api.Controllers
}
#if (DEBUG)
private const string LICENSE_SERVER_URL = "http://localhost:3001/";
private const string LICENSE_SERVER_URL = "http://localhost:7676/";
public const string SUPPORT_EMAIL = "cardjohn@ayanova.com";
#else
private const string LICENSE_SERVER_URL = "https://rockfish.ayanova.com/";