We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca31313 commit e299f87Copy full SHA for e299f87
.env.example
@@ -1,7 +1,8 @@
1
# This is a template for the .env file where you should store your MongoDB URI for your User database.
2
-# Duplicate this file in the root directory, and then rename the duplicated file to '.env'
+# In the root directory, create a new file named .env
3
+# Copy the text below into your newly created .env file.
4
# Paste the MongoDB URI for your User database in place of the example URI provided below.
5
# This variable will be used in electron/models/UserModel.ts to connect the database and store user information.
6
# Once this is set up, you can create new users, log in, and have your data persist between sessions.
7
-USER_DB_URI='mongodb+srv://yourusername:password@cluster.k2o8dgn.mongodb.net/'
8
+USER_DB_URI='mongodb+srv://yourusername:password@cluster.abc123.mongodb.net/'
0 commit comments