mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 01:26:27 +03:00
Add recipe for Jupi007 PS Webservice Bundle (#1139)
* Add recipe for Jupi007 PS Webservice Bundle * Update bundle namespace
This commit is contained in:
+4
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user