Commit 9f965931 by Archer

README.md

parent ed9e72ec
......@@ -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
......
......@@ -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"]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment