1
0
Fork 0

Changed unix socket path in a default config.

This commit is contained in:
Alexander Andreev 2022-03-26 17:07:37 +04:00
parent 145a8e7564
commit dd657cb6b1
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -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"