9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# SSH user@host or HostName
|
|
SSH_HOST=user@host.tld
|
|
# Absolute path where files shall be stored
|
|
SSH_PATH=/home/user/uploads/share
|
|
SUBDIR_DEFAULT=dl
|
|
|
|
# URL to this directory
|
|
URL=http://uploads.host.tld/share
|