Add default time_zone (PR #912, #908)

There is no default time zone setting in newly created Foodsoft instances.
This commit is contained in:
kidhab 2022-01-21 15:12:22 +01:00 committed by GitHub
parent 0c2e3331dc
commit eacbabbfdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ class FoodsoftConfig
use_apple_points: true,
# English is the default language, and this makes it show up as default.
default_locale: 'en',
time_zone: 'Berlin',
currency_unit: '€',
currency_space: true,
foodsoft_url: 'https://github.com/foodcoops/foodsoft',