-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
44 lines (40 loc) · 1.08 KB
/
config.yaml
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
40
41
42
43
44
server:
bind: "0.0.0.0"
port: 8000
no_pause_duration: 5m
display_messages:
will_pause_message: Printer will stop in {{.RemainDurationStr}} since this job is not registered
pause_message: Printer stop due to non registered job
controller:
url: http://localhost:8081/controller/v1
hub_id: "hub1"
fail_mode: "allow_print"
printers:
- key: v400-1
name: "V400 #1"
url: http://10.0.120.12
controller_fail_mode: "allow_print"
- key: v400-2
name: "v400 #2"
url: http://10.0.120.13
controller_fail_mode: "allow_print"
- key: v400-3
name: "v400 #3"
url: http://10.0.120.14
controller_fail_mode: "allow_print"
- key: v400-4
name: "v400 #4"
url: http://10.0.120.15
controller_fail_mode: "allow_print"
- key: v400-5
name: "v400 #5"
url: http://10.0.120.16
controller_fail_mode: "allow_print"
- key: virtual1
name: "Virtual Printer #1"
url: http://10.0.26.2:7125/
controller_fail_mode: "no_print"
- key: virtual2
name: "Virtual Printer #2"
url: http://10.0.26.2:6125/
controller_fail_mode: "no_print"