Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
a7988c16
authored
Apr 10, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: readme
parent
99e5fbd0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
Dockerfile
+0
-8
README.md
+2
-1
No files found.
Dockerfile
View file @
a7988c16
...
...
@@ -54,12 +54,4 @@ USER nextjs
EXPOSE
3000
ENV
PORT 3000
ENV
AXIOS_PROXY_HOST ''
ENV
AXIOS_PROXY_PORT ''
ENV
MONGODB_URI ''
ENV
MY_MAIL ''
ENV
MAILE_CODE ''
ENV
TOKEN_KEY ''
CMD
["node", "server.js"]
README.md
View file @
a7988c16
...
...
@@ -7,7 +7,8 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接
```
AXIOS_PROXY_HOST=axios代理地址,目前 openai 接口都需要走代理,本机的话就填 127.0.0.1
AXIOS_PROXY_PORT=代理端口
AXIOS_PROXY_PORT_FAST=代理端口1,clash默认为7890
AXIOS_PROXY_PORT_NORMAL=代理端口2
MONGODB_URI=mongo数据库地址
MY_MAIL=发送验证码邮箱
MAILE_CODE=邮箱秘钥(代理里设置的是QQ邮箱,不知道怎么找这个 code 的,可以百度搜"nodemailer发送邮件")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment