Skip to content

Commit 5a0d498

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.env.example

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# 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'
2+
# In the root directory, create a new file named .env
3+
# Copy the text below into your newly created .env file.
34
# Paste the MongoDB URI for your User database in place of the example URI provided below.
45
# This variable will be used in electron/models/UserModel.ts to connect the database and store user information.
56
# Once this is set up, you can create new users, log in, and have your data persist between sessions.
67

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

Comments
 (0)