修改了数据库链接字符串.
This commit is contained in:
2
.env
2
.env
@@ -1,5 +1,5 @@
|
||||
# 替换成你自己的 MongoDB Atlas 或本地数据库的连接字符串
|
||||
MONGO_URI="mongodb+srv://<username>:<password>@<cluster-url>/<database-name>?retryWrites=true&w=majority"
|
||||
MONGO_URI="mongodb+srv://mongo_c6bNmG:mongo_tyNkXh@http://83.229.121.44:27017>?retryWrites=true&w=majority"
|
||||
|
||||
# 指定你要操作的数据库名称
|
||||
DATABASE_NAME="todo_app_fastify"
|
||||
Reference in New Issue
Block a user