diff options
Diffstat (limited to 'ihatemoney/conf-templates')
| -rw-r--r-- | ihatemoney/conf-templates/ihatemoney.cfg.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ihatemoney/conf-templates/ihatemoney.cfg.j2 b/ihatemoney/conf-templates/ihatemoney.cfg.j2 index c054591..0188c6b 100644 --- a/ihatemoney/conf-templates/ihatemoney.cfg.j2 +++ b/ihatemoney/conf-templates/ihatemoney.cfg.j2 @@ -34,3 +34,7 @@ ALLOW_PUBLIC_PROJECT_CREATION = True # If set to True, an administration dashboard is available. ACTIVATE_ADMIN_DASHBOARD = False + +# You can change the timezone used to display time. By default it will be +#derived from the server OS. +#BABEL_DEFAULT_TIMEZONE = "Europe/Paris" |
