Skip to content

Commit 5c490d0

Browse files
committed
Fix user env typo
1 parent ab2ce43 commit 5c490d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/user/.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# User Service
22
USER_SERVICE_CLOUD_URI=<cloud_uri>
3-
USER_SERVICE_LOACL_URI=mongodb://127.0.0.1:27017/peerprepUserServiceDB
3+
USER_SERVICE_LOCAL_URI=mongodb://127.0.0.1:27017/peerprepUserServiceDB
44
PORT=3001
55

66
# Will use cloud MongoDB Atlas database

0 commit comments

Comments
 (0)