diff --git a/jupi007/prestashop-webservice-bundle/1.0/config/packages/jupi007_presta_shop_webservice.yaml b/jupi007/prestashop-webservice-bundle/1.0/config/packages/jupi007_presta_shop_webservice.yaml new file mode 100644 index 00000000..7044861c --- /dev/null +++ b/jupi007/prestashop-webservice-bundle/1.0/config/packages/jupi007_presta_shop_webservice.yaml @@ -0,0 +1,4 @@ +jupi007_presta_shop_webservice: + connection: + store_root_path: '%env(PRESTA_WEBSERVICE_ROOT_PATH)%' + authentication_key: '%env(PRESTA_WEBSERVICE_AUTH_KEY)%' diff --git a/jupi007/prestashop-webservice-bundle/1.0/manifest.json b/jupi007/prestashop-webservice-bundle/1.0/manifest.json new file mode 100644 index 00000000..e3c26334 --- /dev/null +++ b/jupi007/prestashop-webservice-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "Jupi007\\PrestaShopWebserviceBundle\\Jupi007PrestaShopWebserviceBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "PRESTA_WEBSERVICE_ROOT_PATH": "https://absolute-path-to-your-store.com", + "PRESTA_WEBSERVICE_AUTH_KEY": "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789" + } +}