From de4c05cdb004449a06ce3b93020b07cde9fea46c Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 7 Jan 2018 13:39:53 +0100 Subject: [PATCH] Added initial settings.json --- config/settings.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 config/settings.json diff --git a/config/settings.json b/config/settings.json new file mode 100644 index 0000000..9bfca35 --- /dev/null +++ b/config/settings.json @@ -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" +} \ No newline at end of file