diff --git a/core/config.go b/core/config.go index 3408c98..672fcd1 100644 --- a/core/config.go +++ b/core/config.go @@ -59,6 +59,7 @@ type Info struct { Name string `yaml:"name"` Code string `yaml:"code"` LogoPath string `yaml:"logo_path"` + Secret string `yaml:"secret"` } // ConfigAWS struct.