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"
|
Organization EnvKey = "ORGANIZATION"
|
||||||
DOMAIN EnvKey = "DOMAIN"
|
DOMAIN EnvKey = "DOMAIN"
|
||||||
AllowOrigin EnvKey = "ALLOWORIGIN"
|
AllowOrigin EnvKey = "ALLOWORIGIN"
|
||||||
|
TimeZone EnvKey = "TMEZONE"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user