From a923be10c45a568945029772bb75ff5c7058884d Mon Sep 17 00:00:00 2001 From: mapleafgo Date: Thu, 21 Nov 2024 17:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) mode change 100644 => 100755 config.yml diff --git a/config.yml b/config.yml old mode 100644 new mode 100755 index 21a424e..5198a44 --- a/config.yml +++ b/config.yml @@ -1,11 +1,28 @@ location: wushan point: 0 -relay: COM3 +relay: COM7 +log: + level: debug + file: + filename: logs/app.log + maxSize: 10 + maxBackups: 5 + maxAge: 30 + compress: true mqtt: url: mqtt://36.138.38.16:1883 aliyun: - appKey: U7pipZG2pfCp1XJo - token: 21a1e37546404bdab318890648972416 + accessKeyID: + accessKeySecret: + appKey: timeout: 10 # 单位 s game: maxTimeout: 60 # 单位 s + cardGroups: + - outOK: 6 + lower: 13 + error: 19 + empty: 26 + push: 11 + reset: 22 + pull: 27