mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
Merge pull request #429
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Read the documentation: https://github.com/SebTM/inwx-api-bundle
|
||||
inwx_api:
|
||||
username: '%env(resolve:INWX_USERNAME)%'
|
||||
password: '%env(resolve:INWX_PASSWORD)%'
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"SebTM\\INWX\\InwxApiBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"INWX_USERNAME": "",
|
||||
"INWX_PASSWORD": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user