Skip to content

Commit 6fecc88

Browse files
authored
Merge pull request #15 from oslabs-beta/ash/electronReadMe
update readme to include info on .env.example
2 parents d06e774 + 1538fec commit 6fecc88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
310310

311311
**NOTE: You must create your own user database for extended features**
312312

313-
1. Create a MongoDB database in which to store user information and insert it on line 2 within the [UserModel.ts](./electron/models/UserModel.ts) (_electron/models/UserModel.ts_) file.
313+
1. Create a MongoDB database in which to store user information and insert it within a root .env file based on .env.example [.env.example](./.env.example) (_.env.example_) file.
314314
- This database will privately store user information.
315315
2. Once this is set up, you can create new users, log in, and have your data persist between sessions.
316316

0 commit comments

Comments
 (0)