From 4a87652c340c2acacd679ceaeb7f14cb8d15eeb9 Mon Sep 17 00:00:00 2001 From: tkostuch Date: Wed, 29 Jul 2020 15:29:44 +0200 Subject: [PATCH] remove local.json from repo --- .gitignore | 1 + config/local.json | 29 ----------------------------- 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 config/local.json diff --git a/.gitignore b/.gitignore index fc8c60b3..3b4886b1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ npm-debug.log .idea/ api_start.sh api_test.sh +config/local.json package-lock.json src/config.json config/certs/*.pem diff --git a/config/local.json b/config/local.json deleted file mode 100644 index 11d79006..00000000 --- a/config/local.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "magento2": { - "imgUrl": "https://demo-magento2.storefrontcloud.io/pub/media/catalog/product", - "assetPath": "/../var/magento2-sample-data/pub/media", - "api": { - "url": "https://demo-magento2.storefrontcloud.io/rest", - "consumerKey": "23upzyrtvs40vno36biiw4qa5qqjv6i5", - "consumerSecret": "1a8r5qd4elpgfn47cmmjk5ul9n2nx5hw", - "accessToken": "b0yb9rzvh353verlzjnh7vp2dx8bpx1o", - "accessTokenSecret": "xrye1ye6rb5fxaval2atpcc2m9lg6tu5" - } - }, - "entities": { - "attribute": { - "loadByAttributeMetadata": true - } - }, - "elasticsearch": { - "requestTimeout": 60000, - "index": "vue_storefront_magento_1", - "indices": [ - "vue_storefront_catalog", - "vue_storefront_catalog_1", - "vue_storefront_catalog_de", - "vue_storefront_catalog_it", - "vue_storefront_magento_1" - ] - } -}