HttpUploadComponent/config.yml

12 lines
319 B
YAML
Raw Normal View History

jid: upload.yourdomain.tld
secret: yoursecret
2015-06-28 05:21:30 -04:00
storage_path : ./
whitelist:
- yourdomain.tld
- someotherdomain.tld
2015-06-28 05:21:30 -04:00
max_file_size: 20971520 #20MiB
http_address: 127.0.0.1 #use 0.0.0.0 if you don't want to use a proxy
2015-06-28 05:21:30 -04:00
http_port: 8080
get_url : http://upload.yoursite.tld:8080
put_url : http://upload.yoursite.tld:8080