forked from mirror/Part-DB.Part-DB-server
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
7 lines
193 B
YAML
7 lines
193 B
YAML
framework:
|
|
default_locale: '%partdb.locale%'
|
|
translator:
|
|
default_path: '%kernel.project_dir%/translations'
|
|
fallbacks:
|
|
- '%partdb.locale%'
|
|
- 'en'
|