mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 12:54:30 +02:00
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'
|