expressCart/config/settings.json

27 lines
854 B
JSON
Raw Normal View History

2018-01-07 22:39:53 +10:00
{
"cartTitle": "CLOTH",
"cartDescription": "expressCart",
"cartLogo": "",
"baseUrl": "http://localhost:1111",
"emailHost": "smtp-mail.outlook.com",
2018-01-11 06:20:52 +10:00
"emailPort": 587,
2018-01-07 22:39:53 +10:00
"emailSecure": false,
"emailUser": "hi@markmoffat.com",
"emailPassword": "this_is_the_smtp_password",
"emailAddress": "hi@markmoffat.com",
2018-01-11 06:20:52 +10:00
"menuEnabled": true,
"flatShipping": 10,
"freeShippingAmount": 100,
"productsPerRow": 3,
"productsPerPage": 6,
2018-01-07 22:39:53 +10:00
"menuTitle": "Menu",
"menuLocation": "side",
"footerHtml": "<h4 class="text-center">Powered by expressCart</h4>",
"googleAnalytics": "",
2018-01-07 23:16:00 +10:00
"customCss": ".footer{padding-top: 5px;}",
2018-01-07 22:39:53 +10:00
"currencySymbol": "£",
2018-01-11 06:20:52 +10:00
"paymentGateway": "stripe",
2018-02-05 23:29:16 +10:00
"databaseConnectionString": "mongodb://127.0.0.1:27017/expresscart",
2018-01-07 22:39:53 +10:00
"theme": "Cloth"
2018-01-07 23:16:00 +10:00
}