Skip to content

Commit 66cb337

Browse files
committed
Copy provided user service into our repo
1 parent b92ac67 commit 66cb337

28 files changed

+2738
-0
lines changed

user-service/.env.sample

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
DB_CLOUD_URI=<CONNECTION_STRING>
2+
DB_LOCAL_URI=mongodb://127.0.0.1:27017/peerprepUserServiceDB
3+
PORT=3001
4+
5+
# Will use cloud MongoDB Atlas database
6+
ENV=PROD
7+
8+
# Secret for creating JWT signature
9+
JWT_SECRET=you-can-replace-this-with-your-own-secret
135 KB
Loading
53.5 KB
Loading
119 KB
Loading
51 KB
Loading
104 KB
Loading
58.2 KB
Loading
402 KB
Loading
246 KB
Loading
275 KB
Loading

0 commit comments

Comments
 (0)