summaryrefslogtreecommitdiff
path: root/internal/config/keys.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/keys.go')
-rw-r--r--internal/config/keys.go10
1 files changed, 2 insertions, 8 deletions
diff --git a/internal/config/keys.go b/internal/config/keys.go
index a451a8dc6..c3c46745f 100644
--- a/internal/config/keys.go
+++ b/internal/config/keys.go
@@ -61,10 +61,7 @@ type KeyNames struct {
// storage
StorageBackend string
- StorageBasePath string
- StorageServeProtocol string
- StorageServeHost string
- StorageServeBasePath string
+ StorageLocalBasePath string
// statuses
StatusesMaxChars string
@@ -143,10 +140,7 @@ var Keys = KeyNames{
MediaDescriptionMaxChars: "media-description-max-chars",
StorageBackend: "storage-backend",
- StorageBasePath: "storage-base-path",
- StorageServeProtocol: "storage-serve-protocol",
- StorageServeHost: "storage-serve-host",
- StorageServeBasePath: "storage-serve-base-path",
+ StorageLocalBasePath: "storage-local-base-path",
StatusesMaxChars: "statuses-max-chars",
StatusesCWMaxChars: "statuses-cw-max-chars",