Added initial settings.json

react_convert
Mark Moffat 2018-01-07 13:39:53 +01:00
parent 8ce3074ba0
commit de4c05cdb0
1 changed files with 26 additions and 0 deletions

26
config/settings.json Normal file
View File

@ -0,0 +1,26 @@
{
"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": "paypal",
"databaseConnectionString": "mongodb://localhost:27017/expresscart",
"theme": "Cloth"
}