-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
44 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
DEBUG=False | ||
PORT=6000 | ||
SECRET_KEY="ae6xxxxxaf4f90de0bb" | ||
APPID="xxx" # 微信小程序id | ||
APPSECRET= # 微信小程序密钥 | ||
MAIL_USERNAME=[email protected] # 发件邮箱用户名 | ||
MAIL_PASSWORD=xxxx # 发件邮箱密码 注意申请客户端授权码 | ||
MAIL_DEFAULT_SENDER='"rss2ebook"<[email protected]>' | ||
MAIL_ATT_MAX_SIZE=20 # 设置附件大小 单位M | ||
|
||
RSS2EBOOK_KEY= # key | ||
|
||
GOOGLE_ID=774931221812-.apps.googleusercontent.com # google id | ||
GOOGLE_SEARCH_KEY=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 # google search key | ||
UPGRADE_USER_URL= # 升级用户url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
python-3.11 | ||
python-3.9 |