feat(config): Add SEPA fields to configuration

This commit is contained in:
2025-04-17 21:51:27 +02:00
parent 6d2e0241c9
commit 2911391fb9
2 changed files with 6 additions and 0 deletions

View File

@@ -17,4 +17,7 @@ type Config struct {
CertificateFooter string `mapstructure:"CERTIFICATE_FOOTER"`
GotenbergBaseUrl string `mapstructure:"GOTENBERG_BASEURL"`
RedisAddr string `mapstructure:"REDIS_ADDR"`
SepaBic string `mapstructure:"SEPA_BIC"`
SepaName string `mapstructure:"SEPA_NAME"`
SepaIban string `mapstructure:"SEPA_IBAN"`
}