29 lines
617 B
YAML
29 lines
617 B
YAML
|
|
server:
|
||
|
|
bind: "0.0.0.0"
|
||
|
|
port: 8080
|
||
|
|
|
||
|
|
cups:
|
||
|
|
server: "http://v4.hitwh.games:631"
|
||
|
|
user: "root"
|
||
|
|
password: "lanyimin123"
|
||
|
|
# 如需指定 CUPS 服务器/用户,示例:
|
||
|
|
# cups:
|
||
|
|
# server: "http://cups.local:631"
|
||
|
|
# user: "printsvc"
|
||
|
|
|
||
|
|
scheduler:
|
||
|
|
strategy: "least_queued" # round_robin | least_queued
|
||
|
|
refresh_interval_secs: 10
|
||
|
|
|
||
|
|
retry:
|
||
|
|
attempts: 3
|
||
|
|
backoff_ms: 1500
|
||
|
|
|
||
|
|
defaults:
|
||
|
|
copies: 1
|
||
|
|
duplex: "two_sided_long_edge" # one_sided | two_sided_long_edge | two_sided_short_edge
|
||
|
|
color: "auto" # auto | color | monochrome
|
||
|
|
media: "A4"
|
||
|
|
quality: "normal" # draft | normal | high
|
||
|
|
|