mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
9 lines
256 B
YAML
9 lines
256 B
YAML
# 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)%'
|