修改了数据库链接字符串.

This commit is contained in:
heiye111
2025-09-20 22:19:09 +08:00
parent 48600edffc
commit 728431238f

2
.env
View File

@@ -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"