Add updated recipe for inwx-api-bundle v0.2

This commit is contained in:
Sebastian Sellmeier
2018-07-31 19:55:13 +02:00
parent a834fd2036
commit 783145849b
2 changed files with 16 additions and 0 deletions
@@ -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)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"SebTM\\INWX\\InwxApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INWX_USERNAME": "",
"INWX_PASSWORD": ""
}
}