removed s3 bucket from config

This commit is contained in:
2021-11-04 20:40:00 +01:00
parent 8725def3a1
commit 686630b2df
4 changed files with 1 additions and 22 deletions

View File

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