mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
- Added new library application/libraries/SignatureLib.php
- Changed configs for the signature server in config/vilesci.config-default.inc.php - Changed include/dokument_export.class.php to make use of the new configs
This commit is contained in:
@@ -186,11 +186,16 @@ define('FHC_REST_PASSWORD', 'password');
|
||||
* Signatur
|
||||
* DEFAULT: https://signatur.example.com/api/sign
|
||||
*/
|
||||
define('SIGNATUR_URL', 'https://signatur.example.com/api/sign');
|
||||
// Generic URL
|
||||
define('SIGNATUR_URL', 'https://signatur.dev.technikum-wien.at/api');
|
||||
// Sign API
|
||||
define('SIGNATUR_SIGN_API', 'sign');
|
||||
// List API
|
||||
define('SIGNATUR_LIST_API', 'list');
|
||||
// User für Zugriff auf Signaturserver
|
||||
define('SIGNATUR_USER', 'username');
|
||||
define('SIGNATUR_USER', 'fhcomplete');
|
||||
// Passwort für Zugriff auf Signaturserver
|
||||
define('SIGNATUR_PASSWORD', 'password');
|
||||
define('SIGNATUR_PASSWORD', 'Fhcomplet3Signature!');
|
||||
// Signaturprofil das verwendet werden soll
|
||||
define('SIGNATUR_DEFAULT_PROFILE', 'FHC_AMT_GROSS_DE');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user