From c5c58f0c43088bbec6dd215dda2d436b77d128fb Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Mon, 30 Dec 2024 12:03:33 +0100 Subject: [PATCH] config: update storage path and deduplication directory in server configuration --- .github/workflows/.build.yml.swp | Bin 0 -> 1024 bytes cmd/server/config.toml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/.build.yml.swp diff --git a/.github/workflows/.build.yml.swp b/.github/workflows/.build.yml.swp new file mode 100644 index 0000000000000000000000000000000000000000..d41d032fb6b237dcc25f971bd273aa159072d97d GIT binary patch literal 1024 zcmYc?$V<%2S1{KzVn6|@`iu-ksd-f>f;c!81;ysZmIgRv5yDBOnK>zXmAN?xp;6Xo L2#kin0EPentoREE literal 0 HcmV?d00001 diff --git a/cmd/server/config.toml b/cmd/server/config.toml index 6adf52e..18af12d 100644 --- a/cmd/server/config.toml +++ b/cmd/server/config.toml @@ -1,7 +1,7 @@ [server] listenport = "8080" unixsocket = false -storagepath = "./temp" +storagepath = "cmd/server/uploads" metricsenabled = true metricsport = "9090" filettl = "8760h" @@ -28,7 +28,7 @@ compress = true [deduplication] enabled = false -directory = "./deduplication" +directory = "cmd/server/deduplication" [thumbnails] enabled = false