mirror of
https://github.com/moparisthebest/HttpUploadComponent
synced 2024-11-22 00:42:21 -05:00
make sure we use same domain across different examples
This commit is contained in:
parent
4d547d5f20
commit
ed0f876970
15
config.yml
15
config.yml
@ -1,12 +1,11 @@
|
|||||||
jid: upload.siacs.eu
|
jid: upload.yourdomain.tld
|
||||||
secret: something
|
secret: yoursecret
|
||||||
storage_path : ./
|
storage_path : ./
|
||||||
whitelist:
|
whitelist:
|
||||||
- jabber.ccc.de
|
- yourdomain.tld
|
||||||
- siacs.eu
|
- someotherdomain.tld
|
||||||
- gultsch.de
|
|
||||||
max_file_size: 20971520 #20MiB
|
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
|
http_port: 8080
|
||||||
get_url : http://upload.siacs.eu:8080
|
get_url : http://upload.yoursite.tld:8080
|
||||||
put_url : http://upload.siacs.eu:8080
|
put_url : http://upload.yoursite.tld:8080
|
||||||
|
Loading…
Reference in New Issue
Block a user