mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
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
This commit is contained in:
committed by
GitHub
parent
7dd4ac3667
commit
01296a4652
@@ -0,0 +1,6 @@
|
||||
monsieur_sloop_woleet:
|
||||
#API KEY
|
||||
api_token: "%env(WOLEET_API_TOKEN)%"
|
||||
#API CALLBACK KEY
|
||||
callback_secret: "%env(WOLEET_CALLBACK_SECRET)%"
|
||||
|
||||
12
monsieursloop/woleet-bundle/1.2/manifest.json
Normal file
12
monsieursloop/woleet-bundle/1.2/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user