Skip to content

Commit eff4d09

Browse files
authored
Merge pull request #7 from CS3219-AY2526Sem1/copy-user-service
Copy provided user service into our repo
2 parents 58b01fa + 66cb337 commit eff4d09

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)