Skip to content

Commit 6ea317a

Browse files
authored
Merge pull request #9 from guanquann/user-service-backend
User service backend
2 parents 9266593 + 29ff84c commit 6ea317a

32 files changed

+3802
-0
lines changed

backend/user-service/.env.sample

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
DB_CLOUD_URI=<CONNECTION_STRING>
2+
PORT=3001
3+
4+
# Secret for creating JWT signature
5+
JWT_SECRET=you-can-replace-this-with-your-own-secret
6+
7+
# admin default credentials
8+
ADMIN_USERNAME=administrator
9+
ADMIN_EMAIL=[email protected]
10+
ADMIN_PASSWORD=Admin@123
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)