added connection string to config

This commit is contained in:
2021-11-04 20:28:37 +01:00
parent 9be7b6c18f
commit 8725def3a1
5 changed files with 11 additions and 9 deletions

View File

@@ -13,6 +13,7 @@ type AppConfig struct {
S3SecretKey string
S3SSL bool
S3Bucket string
DSN string
CacheTTL time.Duration
CacheCleanup time.Duration
Address string