Skip to content

Commit

Permalink
chore: 修改配置文件示例
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassius0924 committed Mar 6, 2024
1 parent 5ffc225 commit 7706926
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __pycache__/
.DS_Store

config.yaml
config_cps.yaml

data/

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-alpine3.18
FROM python:3.9-alpine3.18 as build
LABEL authors="Cassius0924"

WORKDIR /wechatter
Expand Down
2 changes: 1 addition & 1 deletion config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wx_webhook_token: "your_wx_webhook_token"
# Admin
admin_list: [ "文件传输助手", "AdminName" ]
admin_group_list: [ "AdminGroupName" ]
bark_url: your_bark_url
bark_url:


# Bot
Expand Down
2 changes: 1 addition & 1 deletion config_cps.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wx_webhook_token: "wechatter"
# Admin
admin_list: [ "文件传输助手", "AdminName" ]
admin_group_list: [ "AdminGroupName" ]
bark_url: your_bark_url
bark_url:


# Bot
Expand Down

0 comments on commit 7706926

Please sign in to comment.