Merge pull request #1103

This commit is contained in:
symfony-flex-server[bot]
2021-04-19 15:03:15 +00:00
committed by GitHub
2 changed files with 15 additions and 0 deletions
@@ -0,0 +1,3 @@
velhron_dadata:
token: '%env(DADATA_TOKEN)%'
secret: '%env(DADATA_SECRET)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"Velhron\\DadataBundle\\VelhronDadataBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"DADATA_TOKEN": "your-token",
"DADATA_SECRET": "your-secret"
}
}