Skip to content

Commit

Permalink
production db setup (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanChen123 authored and vaibhavambastha committed Nov 2, 2024
1 parent f51866f commit 0763857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/website/.env.production
Original file line number Diff line number Diff line change
@@ -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://<HOST-IP-ADDRESS> # e.g. http://11.22.333.444
NEXT_PUBLIC_SERVER_PORT=3005
NEXT_PUBLIC_POLLING_TIME_MS=60000

0 comments on commit 0763857

Please sign in to comment.