MorvalWatches - config

This commit is contained in:
“VeLiTi”
2025-08-12 15:55:44 +02:00
parent 60a32a7ff9
commit c7eca0d4f0

View File

@@ -138,7 +138,7 @@ define('email_outgoing_pw','MWTH#2024');
define('email_outgoing_port','465');
define('email_outgoing_security','ssl');
// Enable automatice invoice forward to bookkeeping software
define('invoice_bookkeeping',false);
define('invoice_bookkeeping',true);
// Email of bookkeeping software
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
define('db_host','localhost');
// Database username
define('db_user','morvalwatches');//morvalwatches_prod
define('db_user','morvalwatches_prod');//morvalwatches_prod
// Database password
define('db_pass','4~gv71bM6');
// Database name
define('db_name','shoppingcart_advanced'); //morvalwatches
define('db_name','morvalwatches'); //morvalwatches
/* API */
define('clientID','MorvalWatches'); //morvalwatches
@@ -165,7 +165,7 @@ define('pay_on_delivery_default',false);
// Mollie
define('mollie_enabled',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?
define('paypal_enabled',true);