Merge pull request #811

This commit is contained in:
symfony-flex-server[bot]
2020-03-11 21:26:51 +00:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
@@ -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)%'
+12
View File
@@ -0,0 +1,12 @@
{
"bundles": {
"SebTM\\INWX\\InwxApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"INWX_USERNAME": "",
"INWX_PASSWORD": ""
}
}