Preview: wholesale-config.php
Size: 2.39 KB
/home/godevadmin/public_html/include/wholesale-config.php
<?php
ob_start();
@session_start();
error_reporting(0);
$host = 'localhost';
$username = 'myvalue3_sachin';
$password ='myVal#12@#$%^&';
//[qM4I~MW0qzGhQPcv
$db_name = 'myvalue3_business';
//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://localhost/usmonk/");
define('SITE_TITLE',"Online Grocery Store in Chicago, IL | Same Day Grocery Delivery | MyValue365");
define('SITE_AUTHOR',"Myvalue365.com, Myvalue365 Inc, sptsolution");
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',"http://localhost/usmonk/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_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
// 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');
*/
?>
Directory Contents
Dirs: 1 × Files: 25