Skip to content

Commit

Permalink
chore: env
Browse files Browse the repository at this point in the history
示例
  • Loading branch information
14790897 committed Nov 7, 2024
1 parent 1c86bdc commit 911c9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#支持多账户,使用逗号分隔每个账户,密码中有特殊字符可能会导致识别失败
USERNAMES=nihao,zhaijian
PASSWORDS="123,456" # 密码外面要加上双引号,密码内部如果有双引号,需要加上转义字符,linux使用\转义,Windows使用"转义 (注意GitHub action不需要增加处理,也不需要加引号)
USERNAMES=lidenghui
PASSWORDS=.JSn6qQPKjsLx@@ # 密码外面要加上双引号,密码内部如果有双引号,需要加上转义字符,linux使用\转义,Windows使用"转义 (注意GitHub action不需要增加处理,也不需要加引号)
WEBSITE=https://linux.do # 需要阅读的网站,支持后面那些:https://meta.discourse.org, https://meta.appinn.net, https://community.openai.com
#运行时间,单位为分钟
RUN_TIME_LIMIT_MINUTES=20
Expand Down

1 comment on commit 911c9d7

@14790897
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不错

Please sign in to comment.