Add recipe for Jupi007 PS Webservice Bundle (#1139)

* Add recipe for Jupi007 PS Webservice Bundle

* Update bundle namespace
This commit is contained in:
Paul Kepinski
2021-08-02 07:00:28 +02:00
committed by GitHub
parent e22667f349
commit f4bef4bc45
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
jupi007_presta_shop_webservice:
connection:
store_root_path: '%env(PRESTA_WEBSERVICE_ROOT_PATH)%'
authentication_key: '%env(PRESTA_WEBSERVICE_AUTH_KEY)%'
@@ -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"
}
}