mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
2fb4be0e55
- Added new library application/libraries/DocsboxLib.php to manage document conversion using docsbox - Added new config file application/config/docsbox.php - Integrated DocsboxLib into include/dokument_export.class.php
8 lines
198 B
PHP
8 lines
198 B
PHP
<?php
|
|
|
|
define('DOCSBOX_SERVER', 'http://docconverter.technikum-wien.at/');
|
|
define('DOCSBOX_PATH_API', 'api/v1/');
|
|
define('DOCSBOX_CONVERSION_TIMEOUT', 30);
|
|
define('DOCSBOX_WAITING_SLEEP_TIME', 1);
|
|
|