Add recipe for inwx-api-bundle >= v1.0

This commit is contained in:
Sebastian Sellmeier
2019-12-22 03:27:35 +01:00
parent 36a451fc48
commit 35370d747a
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Read the documentation: https://github.com/SebTM/inwx-api-bundle
inwx_api:
debug: '%kernel.debug%'
environment: development
json: true
language: en
username: '%env(resolve:INWX_USERNAME)%'
password: '%env(resolve:INWX_PASSWORD)%'

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"SebTM\\INWX\\InwxApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INWX_USERNAME": "",
"INWX_PASSWORD": ""
}
}