Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayvaij authored Jun 8, 2024
1 parent e187efa commit e780a3d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ UAuthX is a user authentication system built with Node.js and MongoDB. It provid
PORT=5000
MONGO_URI=mongodb://localhost:27017/uauthx
SECRET_KEY=your_secret_key
UAUTHX_ADMIN=your_username
UAUTHX_PASSWORD=your_password
```

4. Build the application:
Expand Down Expand Up @@ -64,6 +66,8 @@ UAuthX is a user authentication system built with Node.js and MongoDB. It provid
-e PORT=5000 \
-e MONGO_URI=mongodb://localhost:27017/uauthx \
-e SECRET_KEY=your_secret_key \
-e UAUTHX_ADMIN=your_username \
-e UAUTHX_PASSWORD=your_password \
-d uauthx
```

Expand All @@ -80,6 +84,8 @@ UAuthX is a user authentication system built with Node.js and MongoDB. It provid
-e PORT=5000 \
-e MONGO_URI=mongodb://localhost:27017/uauthx \
-e SECRET_KEY=your_secret_key \
-e UAUTHX_ADMIN=your_username \
-e UAUTHX_PASSWORD=your_password \
-d yourdockerhubusername/uauthx:latest
```

Expand Down

0 comments on commit e780a3d

Please sign in to comment.