-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsm20m.toml
39 lines (32 loc) · 828 Bytes
/
sm20m.toml
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
##################### IMPORTANT ###############################
## DON'T USE THIS EXAMPLE FILE SINCE IT FAKES A STACKMATCH
## There are actually real stackmatch implementations available
##################### IMPORTANT ###############################
[nats]
broker-url = "nats-server"
broker-port = 4222
[switch]
name = "another_stackmatch"
type = "dummy_switch"
[another_stackmatch]
name = "Stackmatch 20m" # name of the stackmatch
index = 4 # order (helper for consistent visualization)
exclusive = false
ports = ["sm"]
[sm]
name = "SM"
index = 0
exclusive = false
terminals = ["sm_port1", "sm_port2", "sm_port3"]
# Terminal (corresponds to the buttons you would see in the UI)
[sm_port1]
name = "5/5"
index = 1 #order
# Terminal
[sm_port2]
name = "5/5/5/5 NA"
index = 2
# Terminal
[sm_port3]
name = "7/7 JA"
index = 3