From e76dfb33a2088586b0c9a9f21f3db2d23b899a89 Mon Sep 17 00:00:00 2001 From: bx Date: Sun, 1 Dec 2024 12:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(env):=20update=20environmen?= =?UTF-8?q?t=20variable=20examples?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 24 ++++++++++++++++++++++++ 189/requirements.txt | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..9d4cd89 --- /dev/null +++ b/.env.example @@ -0,0 +1,24 @@ +# Email +EMAIL=' +{ + "username":"example@189.cn", + "password":"123456", + "smtp":"smtp.189.cn", + "port":465, + "to":["example@189.cn"] +} +' + +# 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"} +]' \ No newline at end of file diff --git a/189/requirements.txt b/189/requirements.txt index e0e1de9..fcaca4f 100644 --- a/189/requirements.txt +++ b/189/requirements.txt @@ -1,3 +1,3 @@ -environs==11.0.0 +environs==11.2.1 Requests==2.32.3 rsa==4.9