fix(apps): Correctly map TZ variable (#2044)
This commit is contained in:
@@ -29,7 +29,7 @@ env:
|
||||
FRACTION_PREF_DEFAULT: 0
|
||||
COMMENT_PREF_DEFAULT: 1
|
||||
SHOPPING_MIN_AUTOSYNC_INTERVAL: 5
|
||||
TIMEZONE: "{{ .Values.security.TZ }}"
|
||||
TIMEZONE: "{{ .Values.TZ }}"
|
||||
DB_ENGINE: "django.db.backends.postgresql"
|
||||
POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
|
||||
POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
|
||||
|
||||
Reference in New Issue
Block a user