forked from processone/rtb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrtb.yml.mqtt.example
37 lines (32 loc) · 943 Bytes
/
rtb.yml.mqtt.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
###
### 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: mqtt
interval: 100
capacity: 10
### Mandatory options for MQTT scenario
client_id: rtb%
servers:
- tcp://127.0.0.1:1883
### Optional authentication
### username: user%
### password: pass%
### An HTTP port for the statistics web interface
### www_port: 8080
### Local Variables:
### mode: yaml
### End:
### vim: set filetype=yaml tabstop=8