From cc1cbeffcd41725460af769281834f5b15c3d1f1 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 24 May 2023 22:20:22 +0400 Subject: [PATCH] Removed config.yaml. --- configs/config.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 configs/config.yaml diff --git a/configs/config.yaml b/configs/config.yaml deleted file mode 100644 index 62c9ff4..0000000 --- a/configs/config.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Sets network type (could be tcp{,4,6}, unix) -# and address:port or /path/to/unix.sock to -# listen on. -listen_on: "unix /var/run/dwelling-upload/sock" -# Salt for hash of uploaded files. -# Aim is to make links bruteforcing useless. -hash_salt: "iyP3oZWHI3xO3XBF7s78Vg" -# Logging options. -log: - # dwelling-upload logs. - error: "/var/log/dwelling-upload/error.log" - file: "/var/log/dwelling-upload/file.log" - # dwelling-upload-clean logs. - clean: "/var/log/dwelling-upload/clean.log" - clean_error: "/var/log/dwelling-upload/clean_error.log" -uploads: - # Path where to put uploaded files. - directory: "/srv/uploads" - limits: - # Maximum size of a file in MiB. - file_size: 128 - # Amount of hours file will be keeped for. - keep_for_hours: 48 - # Maximum size of a whole storage in MiB. - storage: 204800 \ No newline at end of file