From 8bf0f04a66202d5dc4740eb07c0cc7faa0bf11d0 Mon Sep 17 00:00:00 2001 From: Jordan Chen <122140935+JordanChen123@users.noreply.github.com> Date: Wed, 25 Sep 2024 18:39:09 -0700 Subject: [PATCH] production db setup (#437) --- src/website/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/website/.env.production b/src/website/.env.production index 1b3c882c4..dbd5e34e7 100644 --- a/src/website/.env.production +++ b/src/website/.env.production @@ -1,4 +1,4 @@ -MONGODB_URI=mongodb://localhost:27017/sailbot_db +MONGODB_URI=mongodb+srv://${MONGO_USER}:${MONGO_PASSWORD}@sailbotdeployment.du6ww.mongodb.net/sailbot_db?retryWrites=true&w=majority NEXT_PUBLIC_SERVER_HOST=http:// # e.g. http://11.22.333.444 NEXT_PUBLIC_SERVER_PORT=3005 NEXT_PUBLIC_POLLING_TIME_MS=60000