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
9f965931
authored
Mar 11, 2023
by
Archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md
parent
ed9e72ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
README.md
+1
-1
tsconfig.json
+2
-3
No files found.
README.md
View file @
9f965931
...
...
@@ -43,7 +43,7 @@ docker run -d --network=host --name doc-gpt \
-e
MY_MAIL
=
your email
\
-e
MAILE_CODE
=
your email code
\
-e
TOKEN_KEY
=
任意一个内容
\
-e
MONGODB_URI
=
"mongodb://
aha:ROOT_root123
@127.0.0.0:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&ssl=false"
\
-e
MONGODB_URI
=
"mongodb://
user:password
@127.0.0.0:27017/?authSource=admin&readPreference=primary&appname=MongoDB%20Compass&ssl=false"
\
imageName:tag
docker logs doc-gpt
...
...
tsconfig.json
View file @
9f965931
...
...
@@ -17,9 +17,8 @@
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"./src/*"
]
},
"declaration"
:
true
}
},
"include"
:
[
"next-env.d.ts"
,
"
src/**/*
"
],
"include"
:
[
"next-env.d.ts"
,
"
**/*.ts"
,
"**/*.tsx"
,
"**/*.d.ts
"
],
"exclude"
:
[
"node_modules"
]
}
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