add country timezone settings to env file close #27

This commit is contained in:
Adrian Zürcher
2025-11-29 15:51:38 +01:00
parent 256b968509
commit a81e9f8349
2 changed files with 3 additions and 1 deletions

1
backend/env/env.go vendored
View File

@@ -26,6 +26,7 @@ const (
Organization EnvKey = "ORGANIZATION"
DOMAIN EnvKey = "DOMAIN"
AllowOrigin EnvKey = "ALLOWORIGIN"
TimeZone EnvKey = "TMEZONE"
)
const (