mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-gui.git
synced 2025-06-25 05:24:13 +08:00
5 lines
236 B
TOML
5 lines
236 B
TOML
|
[default]
|
||
|
logging = { level = "DEBUG", directory = "./logs", console = true }
|
||
|
rest = { port = 8000, static = 'local' }
|
||
|
tcp = { enable = true, port = 13000 }
|
||
|
device = { name = "预埋件检测设备", model = "DT-01", sn = "DT01000001" }
|