mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-07 07:42:45 +01:00
Fix default CATALYST_ADDRESS
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
|||||||
type CLI struct {
|
type CLI struct {
|
||||||
Secret string `env:"SECRET" required:"" help:"A random secret value (can be created with 'openssl rand -hex 32')"`
|
Secret string `env:"SECRET" required:"" help:"A random secret value (can be created with 'openssl rand -hex 32')"`
|
||||||
ExternalAddress string `env:"EXTERNAL_ADDRESS" required:""`
|
ExternalAddress string `env:"EXTERNAL_ADDRESS" required:""`
|
||||||
CatalystAddress string `env:"CATALYST_ADDRESS" default:"http://catalyst"`
|
CatalystAddress string `env:"CATALYST_ADDRESS" default:"http://catalyst:8000"`
|
||||||
|
|
||||||
OIDCIssuer string `env:"OIDC_ISSUER" required:""`
|
OIDCIssuer string `env:"OIDC_ISSUER" required:""`
|
||||||
OIDCClientID string `env:"OIDC_CLIENT_ID" default:"catalyst"`
|
OIDCClientID string `env:"OIDC_CLIENT_ID" default:"catalyst"`
|
||||||
|
|||||||
Reference in New Issue
Block a user