Skip to content

Commit c9c9de8

Browse files
committed
updated mongo url
1 parent d15da2f commit c9c9de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# When adding additional environment variables, the schema in "/src/env.js"
1010
# should be updated accordingly.
1111

12-
MONGODB_URI="" # Can be found in MongoDB Atlas dashboard or Compass (mongodb+srv://<username>:<password>@cluster0.abcde.mongodb.net/mydatabase?retryWrites=true&w=majority)
12+
MONGODB_URI="" # Can be found in MongoDB Atlas dashboard or Compass (https://www.mongodb.com/docs/guides/atlas/cluster/)
1313
SERVER_URL="". # e.g. "http://localhost:3000" or "https://mydomain.com" (domain of the url you use to access the server)
1414

1515
# Google Sheets Integration

0 commit comments

Comments
 (0)