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" Organization EnvKey = "ORGANIZATION"
DOMAIN EnvKey = "DOMAIN" DOMAIN EnvKey = "DOMAIN"
AllowOrigin EnvKey = "ALLOWORIGIN" AllowOrigin EnvKey = "ALLOWORIGIN"
TimeZone EnvKey = "TMEZONE"
) )
const ( const (

View File

@@ -12,3 +12,4 @@ ACCESS_SECRET=your_32bit_long_access_secret
REFRESH_SECRET=your_32bit_long_referesh_secret REFRESH_SECRET=your_32bit_long_referesh_secret
ALLOWORIGIN=all_allowed_urls ALLOWORIGIN=all_allowed_urls
DOMAIN=your_domain DOMAIN=your_domain
TIMEZONE=your_timezone in IANA format