From cd38f4cb685b7372eb321e5b4f8328efcea3244a Mon Sep 17 00:00:00 2001 From: root Date: Fri, 4 Dec 2020 12:01:03 +0000 Subject: [PATCH] Add more configuration fields --- src/bunker.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bunker.go b/src/bunker.go index 0421905..428c5c9 100644 --- a/src/bunker.go +++ b/src/bunker.go @@ -86,7 +86,11 @@ type Config struct { UI struct { LogoLink string `yaml:"logo_link"` CompanyTitle string `yaml:"company_title"` + CompanyVAT string `yaml:"company_vat"` + CompanyCity string `yaml:"company_city"` CompanyLink string `yaml:"company_link"` + CompanyCountry string `yaml:"company_country"` + CompanyAddress string `yaml:"company_address"` TermOfServiceTitle string `yaml:"term_of_service_title"` TermOfServiceLink string `yaml:"term_of_service_link"` PrivacyPolicyTitle string `yaml:"privacy_policy_title"`