feat(barcode): Baseline for barcode caching

This commit is contained in:
2024-12-12 17:44:41 +01:00
parent 1c0a9860fa
commit 850fa0a760
5 changed files with 24 additions and 1 deletions

View File

@@ -15,4 +15,5 @@ type Config struct {
SponsoringBarcodePrefix string `mapstructure:"SPONSORING_BARCODEPREFIX"`
CertificateFooter string `mapstructure:"CERTIFICATE_FOOTER"`
GotenbergBaseUrl string `mapstructure:"GOTENBERG_BASEURL"`
RedisAddr string `mapstructure:"REDIS_ADDR"`
}