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 dbf0bec commit 794429eCopy full SHA for 794429e
.env.example
@@ -1,5 +1,7 @@
1
-# This is a template for the .env file where you should store your MongoDB URI.
+# 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'
3
# Paste the MongoDB URI for your User database in place of the example URI provided below.
4
+# This variable will be used in electron/models/UserModel.ts to connect the database and store user information.
5
+# Once this is set up, you can create new users, log in, and have your data persist between sessions.
6
7
USER_DB_URI='mongodb+srv://yourusername:password@cluster.k2o8dgn.mongodb.net/'
0 commit comments