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:
@@ -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", "");
|
||||
Reference in New Issue
Block a user