-
Notifications
You must be signed in to change notification settings - Fork 7
/
rtb.yml.xmpp.example
39 lines (34 loc) · 1019 Bytes
/
rtb.yml.xmpp.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
###
### RTB configuration file
###
### The parameters used in this configuration file are explained at
###
### https://github.com/processone/rtb/blob/master/README.md
###
### The configuration file is written in YAML
###
### *******************************************************
### ******* !!! WARNING !!! *******
### ******* YAML IS INDENTATION SENSITIVE *******
### ******* MAKE SURE YOU INDENT SECTIONS CORRECTLY *******
### *******************************************************
###
### Mandatory options: common for all scenarios
scenario: xmpp
interval: 100
capacity: 10
certfile: cert.pem
### Mandatory options for XMPP scenario
jid: user%@localhost
password: pass%
### Server addresses
### Optional, but highly recommended to set
### servers:
### - tcp://127.0.0.1:5222
### - tcp://192.168.1.1:5222
### An HTTP port for the statistics web interface
### www_port: 8080
### Local Variables:
### mode: yaml
### End:
### vim: set filetype=yaml tabstop=8