From dd657cb6b1c5dd05d792a89f0b37b5b1d38e1311 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 26 Mar 2022 17:07:37 +0400 Subject: [PATCH] Changed unix socket path in a default config. --- configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.yaml b/configs/config.yaml index b97350a..980e78e 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,7 +1,7 @@ # Sets network type (could be tcp{,4,6}, unix) # and address:port or /path/to/unix.sock to # listen on. -listen_on: "unix /tmp/dwelling-upload.sock" +listen_on: "unix /var/run/dwelling-upload/u.sock" # Salt for hash of uploaded files. # Aim is to make links bruteforcing useless. hash_salt: "iyP3oZWHI3xO3XBF7s78Vg"