Skip to content

Commit

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

0 comments on commit 3a0546a

Please sign in to comment.