init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
10
ansible/roles/prosody/defaults/main.yml
Normal file
10
ansible/roles/prosody/defaults/main.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
install_dir: /opt/prosody
|
||||
bind_address: "0.0.0.0"
|
||||
bosh_port: 5280
|
||||
c2s_port: 5222
|
||||
s2s_port: 5269
|
||||
proxy65_port: 5000
|
||||
proxy65_address: "{{ bind_address }}"
|
||||
http_upload_file_size_limit: 10485760
|
||||
http_upload_expire_after: 604800
|
||||
Loading…
Add table
Add a link
Reference in a new issue