Merge pull request #429

This commit is contained in:
symfony-flex-server[bot]
2018-07-31 18:39:23 +00:00
committed by GitHub
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": ""
}
}