Files
archived-recipes-contrib/monsieursloop/woleet-bundle/1.2/manifest.json
Germain LECOURTOIS 01296a4652 Woleet naming convention (#1191)
* SYmfony Flex Recipe for Woleet-Bundle

* fix ident for yaml

* fix : remove alias on contrib base

* fix : remove uneeded param in receipt

* Woleet naming convention

* tweak: TOKEN and CALLBACK in .env files
clean: remove version 1.0
2021-08-21 07:14:56 +02:00

13 lines
300 B
JSON

{
"bundles": {
"MonsieurSloop\\Bundle\\WoleetBundle\\MonsieurSloopWoleetBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WOLEET_API_TOKEN": "your_api_token",
"WOLEET_CALLBACK_SECRET": "your_callback_secret"
}
}