diff --git a/sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml b/sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml new file mode 100644 index 00000000..2f411849 --- /dev/null +++ b/sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml @@ -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)%' diff --git a/sebtm/inwx-api-bundle/1.0/manifest.json b/sebtm/inwx-api-bundle/1.0/manifest.json new file mode 100644 index 00000000..e81d9ecc --- /dev/null +++ b/sebtm/inwx-api-bundle/1.0/manifest.json @@ -0,0 +1,12 @@ +{ + "bundles": { + "SebTM\\INWX\\InwxApiBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "INWX_USERNAME": "", + "INWX_PASSWORD": "" + } +}