mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add recipe for inwx-api-bundle >= v1.0
This commit is contained in:
8
sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml
Normal file
8
sebtm/inwx-api-bundle/1.0/config/packages/inwx_api.yaml
Normal 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)%'
|
||||
12
sebtm/inwx-api-bundle/1.0/manifest.json
Normal file
12
sebtm/inwx-api-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"SebTM\\INWX\\InwxApiBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"INWX_USERNAME": "",
|
||||
"INWX_PASSWORD": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user