Skip to content

Commit 794429e

Browse files
committed
updates to the .env.example template
1 parent dbf0bec commit 794429e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.env.example

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# This is a template for the .env file where you should store your MongoDB URI.
1+
# This is a template for the .env file where you should store your MongoDB URI for your User database.
22
# Duplicate this file in the root directory, and then rename the duplicated file to '.env'
33
# 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.
46

57
USER_DB_URI='mongodb+srv://yourusername:[email protected]/'

0 commit comments

Comments
 (0)