Skip to content

Commit

Permalink
📝 docs(env): update environment variable examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cuxt committed Dec 1, 2024
1 parent 6a11f4d commit e76dfb3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Email
EMAIL='
{
"username":"[email protected]",
"password":"123456",
"smtp":"smtp.189.cn",
"port":465,
"to":["[email protected]"]
}
'

# 189
TY_CLOUD='[
{"username": "1234567890", "password": "123456"},
]'

CTYUN='[
{"account":"1234567890","password":"123456","objId":"12345678","deviceCode":"web_xxx"}
]'

# OneAPI
ONE_API='[
{"url":"https://llm.bxin.top","key":"sk-xxx"}
]'
2 changes: 1 addition & 1 deletion 189/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
environs==11.0.0
environs==11.2.1
Requests==2.32.3
rsa==4.9

0 comments on commit e76dfb3

Please sign in to comment.