config.php 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /* For licensing terms, see /license.txt */
  3. /*Compilatio's key*/
  4. $compilatioParameter['key'] = api_get_setting('compilatioParamKey');
  5. $compilatioParameter['version'] = '1.2';
  6. /* Url from soap Compilatio server */
  7. /* You can choice the SSL version if you want */
  8. $compilatioParameter['$urlsoap'] = api_get_setting('compilatioParamURLSoap');
  9. /* Parameter form your server's proxy (for call SOAP), don't enter it if you dont have one */
  10. $compilatioParameter['proxy_host'] = '';
  11. $compilatioParameter['proxy_port'] = '';
  12. /* Method to data transmission */
  13. /* Nothing by default, the data transmission is done by SOAP */
  14. /* Wget: the Compilatio's server download the file for the analysis */
  15. $compilatioParameter['mode_transport'] = '';
  16. /* if the selected data transmission method is wget, you can set up a special url acces */
  17. $compilatioParameter['wget_uri'] = '';
  18. /* If the selected data transmission method is wget, you can specify a login/password acces to the directory */
  19. $compilatioParameter['wget_login'] = '';
  20. $compilatioParameter['wget_password'] = '';
  21. /*Document's maximum size*/
  22. $compilatioParameter['max_filesize'] = 10000000; // 10Mo