From 5315c9c3dfc51bb953a59fc62f8a8f6391ddc62e Mon Sep 17 00:00:00 2001 From: Appoip <99581678+Appoip@users.noreply.github.com> Date: Sat, 3 Sep 2022 20:02:10 +0800 Subject: [PATCH] Update config.sample.sh --- sample/config.sample.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sample/config.sample.sh b/sample/config.sample.sh index 6d97051d..066a22e5 100644 --- a/sample/config.sample.sh +++ b/sample/config.sample.sh @@ -137,4 +137,10 @@ export GOTIFY_PRIORITY=0 ## deer_key 填写PushDeer的key export DEER_KEY="" +## 12. Chat +## chat_url 填写synology chat地址,http://IP:PORT/webapi/***token= +## chat_token 填写后面的token +export CHAT_URL="" +export CHAT_TOKEN="" + ## 其他需要的变量,脚本中需要的变量使用 export 变量名= 声明即可