diff --git a/configs/config.yaml b/configs/config.yaml index 4adaf7e..1342f45 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,7 +1,9 @@ listen_on: "tcp :29101" +hash_salt: "iyP3oZWHI3xO3XBF7s78Vg" +web_dir: "web" uploads: directory: "/srv/uploads" limits: - file_size: "128M" + file_size: 128 keep_for_hours: 48 - storage: "200G" \ No newline at end of file + storage: 204800 \ No newline at end of file