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 (
|
||||||
|
|||||||
@@ -11,4 +11,5 @@ FULLCHAIN=your_certificate_fullchain_file
|
|||||||
ACCESS_SECRET=your_32bit_long_access_secret
|
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