mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
add exabytes-sms-bundle recipe
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fd_exabytes:
|
||||
username: '%env(EXABYTES_USERNAME)%'
|
||||
password: '%env(EXABYTES_PASSWORD)%'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Fd\\ExabytesBundle\\FdExabytesBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%"
|
||||
},
|
||||
"env": {
|
||||
"EXABYTES_USERNAME": "",
|
||||
"EXABYTES_PASSWORD": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user