forked from mrvautin/expressCart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
26 lines (26 loc) · 879 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"cartTitle": "CLOTH",
"cartDescription": "expressCart",
"cartLogo": "",
"baseUrl": "http://localhost:1111",
"emailHost": "smtp-mail.outlook.com",
"emailPort": 587,
"emailSecure": false,
"emailUser": "[email protected]",
"emailPassword": "this_is_the_smtp_password",
"emailAddress": "[email protected]",
"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://expresscart:[email protected]:39909/expresscart",
"theme": "Cloth"
}