add country timezone settings to env file close #27
This commit is contained in:
1
backend/env/env.go
vendored
1
backend/env/env.go
vendored
@@ -26,6 +26,7 @@ const (
|
||||
Organization EnvKey = "ORGANIZATION"
|
||||
DOMAIN EnvKey = "DOMAIN"
|
||||
AllowOrigin EnvKey = "ALLOWORIGIN"
|
||||
TimeZone EnvKey = "TMEZONE"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user