Add more configuration fields

This commit is contained in:
root
2020-12-04 12:01:03 +00:00
parent e62950c1f7
commit cd38f4cb68

View File

@@ -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"`