make sure we use same domain across different examples

This commit is contained in:
Daniel Gultsch 2015-07-22 10:58:38 +02:00
parent 4d547d5f20
commit ed0f876970
1 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,11 @@
jid: upload.siacs.eu
secret: something
jid: upload.yourdomain.tld
secret: yoursecret
storage_path : ./
whitelist:
- jabber.ccc.de
- siacs.eu
- gultsch.de
- yourdomain.tld
- someotherdomain.tld
max_file_size: 20971520 #20MiB
http_address: 127.0.0.1
http_address: 127.0.0.1 #use 0.0.0.0 if you don't want to use a proxy
http_port: 8080
get_url : http://upload.siacs.eu:8080
put_url : http://upload.siacs.eu:8080
get_url : http://upload.yoursite.tld:8080
put_url : http://upload.yoursite.tld:8080