extranet/includes/giant/config.php

22 lines
693 B
PHP
Raw Normal View History

<?php
//define('CONF_MEL_FROM', 'supportdev@scores-decisions.com');
//define('CONF_MEL_TO', 'sbeaugrand@scores-decisions.com');
2010-11-02 17:34:12 +00:00
//define('DEBUG_SOAP', 1);
define('CONF_MEL_FROM', 'contact@scores-decisions.com');
define('CONF_MEL_TO', 'supportdev@scores-decisions.com');
define('DEBUG_SOAP', 0);
define ('GIANT_MODETEST', true);
//Giant search
define ('GIANT_SEARCH_WSDL', 'https://giant-tst.graydon.nl/search/v1?wsdl');
define ('GIANT_SEARCH_USER','006');
define ('GIANT_SEARCH_PASS','ClaudeMonet');
//Giant credit-data
define ('GIANT_CREDIT_WSDL', 'https://giant-tst.graydon.nl/credit-data/v1?wsdl');
define ('GIANT_CREDIT_USER','006');
define ('GIANT_CREDIT_PASS','ClaudeMonet');
?>