mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
11 lines
172 B
YAML
11 lines
172 B
YAML
imports:
|
|
- { resource: ../config/default.yml }
|
|
|
|
framework:
|
|
secret: '%secret%'
|
|
default_locale: '%env(LOCALE)%'
|
|
|
|
parameters:
|
|
env(LOCALE): en
|
|
secret: test
|