MBI API Config Server-Configuration hinzugefügt.

Devicemodel/Controller dementsprechend angepasst.

Variablen:
TT_MBI_API_ENABLE  ... true/false
TT_MBI_API_URL     ... Backend URL
TT_MBI_API_VERSION ... API Version
TT_MBI_API_KEY     ... API Key
This commit is contained in:
Spitzer_Daniel
2023-04-07 18:59:58 +02:00
parent 17589111c5
commit 6293071000
3 changed files with 68 additions and 54 deletions

View File

@@ -681,3 +681,9 @@ define("PDFOUTPUTPATH",BASEDIR."/var/temp");
define("GIT_BIN_PATH", "/usr/bin/git");
define("PDFTOTEXT_BIN_PATH", "/usr/bin/pdftotext");
//MBI-API Server Configuration
define("TT_MBI_API_ENABLE", true); //Enable API Calls
define("TT_MBI_API_URL", "https://x.x.x.x/api/");
define("TT_MBI_API_VERSION", "v01");
define("TT_MBI_API_KEY", "");