28 lines
879 B
JSON
28 lines
879 B
JSON
{
|
|
"cartTitle": "CLOTH",
|
|
"cartDescription": "expressCart",
|
|
"cartLogo": "",
|
|
"baseUrl": "http://localhost:1111",
|
|
"emailHost": "smtp-mail.outlook.com",
|
|
"emailPort": 587,
|
|
"emailSecure": false,
|
|
"emailUser": "hi@markmoffat.com",
|
|
"emailPassword": "this_is_the_smtp_password",
|
|
"emailAddress": "hi@markmoffat.com",
|
|
"menuEnabled": true,
|
|
"flatShipping": 10,
|
|
"freeShippingAmount": 100,
|
|
"productsPerRow": 3,
|
|
"productsPerPage": 6,
|
|
"menuTitle": "Menu",
|
|
"menuLocation": "side",
|
|
"footerHtml": "<h4 class="text-center">Powered by expressCart</h4>",
|
|
"googleAnalytics": "",
|
|
"customCss": ".footer{padding-top: 5px;}",
|
|
"currencySymbol": "£",
|
|
"paymentGateway": "stripe",
|
|
"databaseConnectionString": "mongodb://127.0.0.1:27017/expresscart",
|
|
"theme": "Cloth",
|
|
"trackStock": false
|
|
}
|