mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 16:16:31 +00:00
write logs for inference and loader to file
This commit is contained in:
@@ -3,6 +3,7 @@ namespace Azaion.LoaderUI;
|
||||
public static class Constants
|
||||
{
|
||||
public const string CONFIG_JSON_FILE = "loaderconfig.json";
|
||||
public const string API_URL = "http://localhost:5219"; //"https://api.azaion.com";
|
||||
public const string API_URL = "https://api.azaion.com";
|
||||
public const string AZAION_SUITE_EXE = "Azaion.Suite.exe";
|
||||
public const string SUITE_FOLDER = "suite";
|
||||
}
|
||||
Reference in New Issue
Block a user