Files
symfony-flex-recipes-contrib/jupi.prestashop-webservice-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 85161e7d9c Update Flex endpoint
2022-02-19 11:13:48 +00:00

34 lines
1.2 KiB
JSON

{
"manifests": {
"jupi/prestashop-webservice-bundle": {
"manifest": {
"bundles": {
"Jupi\\PrestaShopWebserviceBundle\\JupiPrestaShopWebserviceBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PRESTA_WEBSERVICE_ROOT_PATH": "https://absolute-path-to-your-store.com",
"PRESTA_WEBSERVICE_AUTH_KEY": "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"
}
},
"files": {
"config/packages/jupi_presta_shop_webservice.yaml": {
"contents": [
"jupi_presta_shop_webservice:",
" connection:",
" store_root_path: '%env(PRESTA_WEBSERVICE_ROOT_PATH)%'",
" authentication_key: '%env(PRESTA_WEBSERVICE_AUTH_KEY)%'",
""
],
"executable": false
}
},
"ref": "13559cc3b8fd6e5c8cef6d9549e2b84702174d61"
}
}
}