MorvalWatches - config
This commit is contained in:
@@ -138,7 +138,7 @@ define('email_outgoing_pw','MWTH#2024');
|
|||||||
define('email_outgoing_port','465');
|
define('email_outgoing_port','465');
|
||||||
define('email_outgoing_security','ssl');
|
define('email_outgoing_security','ssl');
|
||||||
// Enable automatice invoice forward to bookkeeping software
|
// Enable automatice invoice forward to bookkeeping software
|
||||||
define('invoice_bookkeeping',false);
|
define('invoice_bookkeeping',true);
|
||||||
// Email of bookkeeping software
|
// Email of bookkeeping software
|
||||||
define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl');
|
define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl');
|
||||||
|
|
||||||
@@ -146,11 +146,11 @@ define('email_bookkeeping','morval-wat-d24506a2@facturen.moneybird.nl');
|
|||||||
// Database hostname, don't change this unless your hostname is different
|
// Database hostname, don't change this unless your hostname is different
|
||||||
define('db_host','localhost');
|
define('db_host','localhost');
|
||||||
// Database username
|
// Database username
|
||||||
define('db_user','morvalwatches');//morvalwatches_prod
|
define('db_user','morvalwatches_prod');//morvalwatches_prod
|
||||||
// Database password
|
// Database password
|
||||||
define('db_pass','4~gv71bM6');
|
define('db_pass','4~gv71bM6');
|
||||||
// Database name
|
// Database name
|
||||||
define('db_name','shoppingcart_advanced'); //morvalwatches
|
define('db_name','morvalwatches'); //morvalwatches
|
||||||
|
|
||||||
/* API */
|
/* API */
|
||||||
define('clientID','MorvalWatches'); //morvalwatches
|
define('clientID','MorvalWatches'); //morvalwatches
|
||||||
@@ -165,7 +165,7 @@ define('pay_on_delivery_default',false);
|
|||||||
// Mollie
|
// Mollie
|
||||||
define('mollie_enabled',true);
|
define('mollie_enabled',true);
|
||||||
define('mollie_default',true);
|
define('mollie_default',true);
|
||||||
define('mollie_api_key','test_TBJPkq6E3Tn6kuCjqQFv9PBGu52Ac8'); //live_m2mbPTnvVzF4tUu25mtHja6D8vHkfM
|
define('mollie_api_key','live_m2mbPTnvVzF4tUu25mtHja6D8vHkfM'); //test_TBJPkq6E3Tn6kuCjqQFv9PBGu52Ac8
|
||||||
|
|
||||||
// Accept payments with PayPal?
|
// Accept payments with PayPal?
|
||||||
define('paypal_enabled',true);
|
define('paypal_enabled',true);
|
||||||
|
|||||||
Reference in New Issue
Block a user