There is no default time zone setting in newly created Foodsoft instances.
This commit is contained in:
parent
0c2e3331dc
commit
eacbabbfdb
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ class FoodsoftConfig
|
||||||
use_apple_points: true,
|
use_apple_points: true,
|
||||||
# English is the default language, and this makes it show up as default.
|
# English is the default language, and this makes it show up as default.
|
||||||
default_locale: 'en',
|
default_locale: 'en',
|
||||||
|
time_zone: 'Berlin',
|
||||||
currency_unit: '€',
|
currency_unit: '€',
|
||||||
currency_space: true,
|
currency_space: true,
|
||||||
foodsoft_url: 'https://github.com/foodcoops/foodsoft',
|
foodsoft_url: 'https://github.com/foodcoops/foodsoft',
|
||||||
|
|
Loading…
Reference in a new issue