fix(apps): Correctly map TZ variable (#2044)

This commit is contained in:
Stavros Kois
2022-03-06 20:08:58 +01:00
committed by GitHub
parent d3c54da74b
commit 61599da926
14 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ env:
SESSION_DRIVER: "redis"
APP_NAME: "LinkAce"
APP_ENV: "production"
APP_TIMEZONE: "{{ .Values.security.TZ }}"
APP_TIMEZONE: "{{ .Values.TZ }}"
# User Envs
APP_URL: "http://localhost"
APP_DEBUG: false