diff options
Diffstat (limited to 'internal/config/defaults.go')
| -rw-r--r-- | internal/config/defaults.go | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go index 7e1d234f3..e3ea64592 100644 --- a/internal/config/defaults.go +++ b/internal/config/defaults.go @@ -87,11 +87,12 @@ var Defaults = Configuration{ MediaCleanupEvery: 24 * time.Hour, // 1/day. MediaFfmpegPoolSize: 1, - StorageBackend: "local", - StorageLocalBasePath: "/gotosocial/storage", - StorageS3UseSSL: true, - StorageS3Proxy: false, - StorageS3RedirectURL: "", + StorageBackend: "local", + StorageLocalBasePath: "/gotosocial/storage", + StorageS3UseSSL: true, + StorageS3Proxy: false, + StorageS3RedirectURL: "", + StorageS3BucketLookup: "auto", StatusesMaxChars: 5000, StatusesPollMaxOptions: 6, |
