diff --git a/config.sample.yaml b/config.sample.yaml index b7ce8f3..69d2cfd 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -1,7 +1,6 @@ env: dev # dev|prod url: - frontend_url: "http://localhost:4455" kratos_url: "http://localhost:4433" admin_kratos_url: "http://localhost:4434" diff --git a/config/types.go b/config/types.go index fbd71d9..95de151 100644 --- a/config/types.go +++ b/config/types.go @@ -6,7 +6,6 @@ type NymeriaCfg struct { DB DB `yaml:"db"` } type URL struct { - FrontendURL string `yaml:"frontend_url"` KratosURL string `yaml:"kratos_url"` AdminKratosURL string `yaml:"admin_kratos_url"` Domain string `yaml:"domain"`