Edit file File name : config.php Content :<?php //ini_set('session.gc_maxlifetime',260000); //ini_set('session.cookie_lifetime',260000); ob_start(); @session_start(); error_reporting(0); /* $host = 'localhost'; $username = 'myvalue3_pahwa'; $password ='~XlG6WjDY!V@'; //[qM4I~MW0qzGhQPcv $db_name = 'myvalue3_us'; */ $host = 'localhost'; $username = 'devgoquicklly_quickllyusr'; $password ='%WDoa33ZegjL'; $db_name = 'devgoquicklly_live_240214'; $db_name = 'devgoquicklly_live_240214'; $hostmithaas = 'mithaasusa.com'; $usernamemithaas = 'mithaas_q'; $passwordmithaas ='ZcyXu2W5A7K8uqS'; $db_namemithaas = 'mithaas_quicklly'; //ini_set('date.timezone', 'Asia/Kolkata'); date_default_timezone_set("America/Chicago"); require_once("db.class.php"); require_once("variable.php"); $obj = new DB($db_name, $host, $username, $password); define('SITE_URL',"https://www.admin.quicklly.com/"); define('MAINSITE_URL','https://www.admin.quicklly.com/'); define('DEVSITE_URL',"https://www.devadmin.goquicklly.com/"); define('UATSITE_URL',"https://www.uatadmin.goquicklly.com/"); define('SITE_TITLE',"Online Grocery Store in Chicago, IL | Same Day Grocery Delivery | MyValue365"); define('SITE_AUTHOR',"Myvalue365.com, Myvalue365 Inc"); define('SITE_NAME',"Myvalue365.com"); define('SITE_KEYWORD', "online grocery, order groceries online, online grocery delivery, online grocery store, grocery shop online, online grocery near me, online grocery shopping"); define('SITE_DESC', "Now order groceries online from our store & get to choose from wide range of grocery & daily products at best price. We offer same-day grocery delivery in Chicago, IL."); define('seller_url',"https://www.myvalue365.com/seller"); define('seller_key',"sell groceries online, near by grocery store, sell products in online supermarket"); define('seller_desc',"A platform where your local stores or near by groceries store sell online without any restriction and can earn huge benefits without limitations"); define('seller_title',"Seller Login: Best place to sell online from local stores"); $website_currency_code="Dollar"; $website_currency_symbol="$"; /* $price_zone1="3"; //leave blank if not applicable, this is only for local $price_zone2="30"; //leave blank if not applicable $price_zone3="40"; //leave blank if not applicable $price_zone4="60"; //leave blank if not applicable $price_zone5="60"; //leave blank if not applicable */ $wholesale_url="https://www.wholesale.myvalue365.com/"; // braintree Production detail /* Braintree_Configuration::environment('production'); Braintree_Configuration::merchantId('85f4dtcxzp6p924q'); Braintree_Configuration::publicKey('3hw5mfz536gzn4jc'); Braintree_Configuration::privateKey('47f67be7bf627608c012b98a0b8b30d1'); */ //Braintree sandbox detail /* SANDBOX ACCOUNT DETAILS Braintree_Configuration::environment('sandbox'); Braintree_Configuration::merchantId('s4rsqt2f2hw6pkm8'); Braintree_Configuration::publicKey('f97fvc7fs42jqn98'); Braintree_Configuration::privateKey('83b2cec2c16eb7afc771806439552ac0'); */ ### Instacart Prod API credentials ### define('IC_CLIENT_ID','5a3adcfcec5320d202ae2cd1b79e1b31c349a90429a1c3f74fd55b2ffcd79ddf'); define('IC_CLIENT_SECRET','9712e8b83b58af51dac9c21de4d64f39de53fef1ab383160375a274a8ddcf9e4'); define('QC_API_TOKEN','7pVl8C2BNP0gB3FC8JMRJbaIubP4NizZdcd5guiVYnf74oLB0kP20LSWPRJWqpwtbHlly'); define('QC_API_TOKEN_PRD','aMvFDATxrG9w14QY9wwnmVhLE0Wg6LIvwOwUaxz761m1JfRp4rs98paozk5xhSkw0_Qcz6bpcJnrFUDwp5lPPFC157dHxbkKlDiQ9XY3ZIP8zAGCsS8ruN2uKpkfcmul'); define('IC_AUTH_URL','https://connect.instacart.com/v2/oauth/token'); $instaDevIPList = array("34.194.125.248","3.229.229.119","3.225.95.145","3.233.129.250"); $instaPrdIPList = array("34.231.69.37","34.233.54.217","34.203.151.21","52.45.75.217"); //for Production define('IC_ENDPOINT_URL','https://connect.instacart.com/v2/order_webhooks/oms_update'); ?> Save