add new enviroment variables and remove cli flags
This commit is contained in:
7
backend/env/env.go
vendored
7
backend/env/env.go
vendored
@@ -17,12 +17,15 @@ const (
|
||||
PrivKey EnvKey = "PRIVKEY"
|
||||
Fullchain EnvKey = "FULLCHAIN"
|
||||
Https EnvKey = "HTTPS"
|
||||
Url EnvKey = "URL"
|
||||
Port EnvKey = "PORT"
|
||||
HostUrl EnvKey = "HOST_URL"
|
||||
HostPort EnvKey = "HOST_PORT"
|
||||
WorkingDir EnvKey = "WORKING_DIR"
|
||||
Spa EnvKey = "SPA"
|
||||
AccessSecret EnvKey = "ACCESS_SECRET"
|
||||
RefreshSecret EnvKey = "REFRESH_SECRET"
|
||||
Organization EnvKey = "ORGANIZATION"
|
||||
DOMAIN EnvKey = "DOMAIN"
|
||||
AllowOrigin EnvKey = "ALLOWORIGIN"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user