mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Organized parameters better.
Parameters can now be found in their own file config/parameters.yaml. They are prefixed with partdb. and structured into different sections.
This commit is contained in:
parent
ffdb721e38
commit
decc4e90fc
11 changed files with 86 additions and 57 deletions
|
@ -1,7 +1,7 @@
|
|||
framework:
|
||||
default_locale: '%locale%'
|
||||
default_locale: '%partdb.locale%'
|
||||
translator:
|
||||
default_path: '%kernel.project_dir%/translations'
|
||||
fallbacks:
|
||||
- '%locale%'
|
||||
- '%partdb.locale%'
|
||||
- 'en'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue