Merge pull request #658

This commit is contained in:
symfony-flex-server[bot]
2019-06-29 07:55:48 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
zephyrhq_allmysms:
api_login: '%env(ALLMYSMS_LOGIN)%'
api_key: '%env(ALLMYSMS_KEY)%'
simulate: '%env(ALLMYSMS_SIMULATE)%'
simple_sms: false
+13
View File
@@ -0,0 +1,13 @@
{
"bundles": {
"ZephyrHQ\\AllMySMSBundle\\ZephyrHQAllMySMSBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"ALLMYSMS_LOGIN": "ALLMYSMS_LOGIN",
"ALLMYSMS_KEY": "ALLMYSMS_KEY",
"ALLMYSMS_SIMULATE": "ALLMYSMS_SIMULATE"
}
}