refactor(config): Load gotenberg url from env

This commit is contained in:
2024-12-11 18:45:53 +01:00
parent 4faf76a073
commit 41291b9200
5 changed files with 5 additions and 3 deletions

View File

@@ -14,4 +14,5 @@ type Config struct {
SponsoringBarcodeFormat string `mapstructure:"SPONSORING_BARCODEFORMAT"`
SponsoringBarcodePrefix string `mapstructure:"SPONSORING_BARCODEPREFIX"`
CertificateFooter string `mapstructure:"CERTIFICATE_FOOTER"`
GotenbergBaseUrl string `mapstructure:"GOTENBERG_BASEURL"`
}