|
@@ -16,7 +16,7 @@ ENV_FILE_VERSION='v2.2'
|
|
|
|
|
|
###################### 账户配置 Account config #########################
|
|
|
# Freenom 账户 Freenom Account
|
|
|
-FREENOM_USERNAME=[email protected]
|
|
|
+FREENOM_USERNAME=''
|
|
|
|
|
|
# Freenom 密码 Freenom password
|
|
|
FREENOM_PASSWORD=''
|
|
@@ -30,7 +30,7 @@ FREENOM_PROXY=''
|
|
|
|
|
|
###################### 通知邮件配置 Email config #########################
|
|
|
# 机器人邮箱账户 Email of robot
|
|
|
-MAIL_USERNAME=[email protected]
|
|
|
+MAIL_USERNAME=''
|
|
|
|
|
|
# 机器人邮箱密码(Gmail填密码,QQ邮箱或163邮箱填授权码) Password of the robot email
|
|
|
MAIL_PASSWORD=''
|
|
@@ -39,7 +39,7 @@ MAIL_PASSWORD=''
|
|
|
TO=''
|
|
|
|
|
|
# 是否启用邮件推送功能 1:启用 0:不启用 Whether to enable email push features 1: enabled 0: not enabled
|
|
|
-MAIL_ENABLE=1
|
|
|
+MAIL_ENABLE=0
|
|
|
|
|
|
# 自定义邮箱配置 Custom email config
|
|
|
# 如果你想使用除 “QQ邮箱、163邮箱、Gmail、Outlook邮箱” 外的第三方邮箱或者自建邮箱服务作为机器人邮箱,可以自定义邮箱配置,否则请不要配置这些项
|
|
@@ -71,6 +71,11 @@ TELEGRAM_BOT_TOKEN=''
|
|
|
# Telegram 代理 e.g. http://127.0.0.1:1081 or socks5://127.0.0.1:1080
|
|
|
TELEGRAM_PROXY=''
|
|
|
|
|
|
+## Telegram api自建反向代理地址(选填)
|
|
|
+## 教程:https://www.hostloc.com/thread-805441-1-1.html
|
|
|
+## 如反向代理地址 http://aaa.bbb.ccc 则填写 aaa.bbb.ccc
|
|
|
+TELEGRAM_API_HOST=''
|
|
|
+
|
|
|
# 是否启用 Telegram Bot 功能 1:启用 0:不启用 Whether to enable Telegram Bot features 1: enabled 0: not enabled
|
|
|
TELEGRAM_BOT_ENABLE=0
|
|
|
###################### end Telegram bot #########################
|