You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/DEV_SETUP.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,18 +35,15 @@ This page will guide you on setting up a development environment for this projec
35
35
LOG_LEVEL=info
36
36
37
37
# MONGO CONNECT (get from connection string)
38
-
MONGO_USER=
39
-
MONGO_PASS=
40
-
MONGO_CLUSTER=
41
-
MONGO_DOMAIN=
38
+
MONGO_URI=
42
39
43
40
# MONGO DATABASES (names do not matter)
44
41
JSR_DB=
45
42
JSRF_DB=
46
43
BRC_DB
47
44
CORE_DB=
48
45
```
49
-
The databases section in the env file are names of the databases. For development purposes it does not matter what these names are just as long as you can distinguish one from the other and you know which one is which.
46
+
The databases section in the env file are names of the databases. For development purposes it does not matter what these names are but I recommend labeling it as QA-JSR, QA-JSRF, QA-BRC, or something similar.
0 commit comments