mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add routmoute-sirene-bundle
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
routmoute_sirene:
|
||||
consumer_key: '%env(ROUTMOUTE_SIRENE_CONSUMER_KEY)%'
|
||||
consumer_secret: '%env(ROUTMOUTE_SIRENE_CONSUMER_SECRET)%'
|
||||
12
routmoute/routmoute-sirene-bundle/1.0/manifest.json
Normal file
12
routmoute/routmoute-sirene-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Routmoute\\Bundle\\RoutmouteSireneBundle\\RoutmouteSireneBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"ROUTMOUTE_SIRENE_CONSUMER_KEY": "YourInseeConsumerKey",
|
||||
"ROUTMOUTE_SIRENE_CONSUMER_SECRET": "YourInseeConsumerSecret"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user