add routmoute-sirene-bundle

This commit is contained in:
routmoute
2022-04-28 03:35:27 +02:00
parent af37dd1410
commit 3a68a9d44c
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
routmoute_sirene:
consumer_key: '%env(ROUTMOUTE_SIRENE_CONSUMER_KEY)%'
consumer_secret: '%env(ROUTMOUTE_SIRENE_CONSUMER_SECRET)%'

View 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"
}
}