Skip to content

Commit

Permalink
Updated env info
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed May 31, 2024
1 parent 34e3514 commit 516dc9a
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,21 @@ The Patient Fitness Tracker is a modern healthcare platform designed to streamli
4. **Set up environment variables:**
Create a file named `.env.local` in the root directory of your project and add the following environment variables with their corresponding values:

| Variable | Description |
| -------------------- | ----------------------------------------------------- |
| NEXT_PUBLIC_BASE_URL | Base URL of the application. |
| MONGODB_URI | MongoDB connection URI. |
| SMTP_HOST | Hostname of the SMTP server for sending emails. |
| SMTP_PORT | Port number of the SMTP server. |
| SMTP_USER | Username for SMTP authentication. |
| SMTP_PASSWORD | Password for SMTP authentication. |
| SMTP_FROM_EMAIL | Email address for sending emails. |
| JWT_SECRET | Secret key for JWT token generation and verification. |
| BCRYPT_SALT_ROUNDS | Number of salt rounds for bcrypt password hashing |
| RAZORPAY_KEY_ID | Your Razorpay Key ID |
| RAZORPAY_KEY_SECRET | Your Razorpay Key Secret |
| Variable | Description |
| -------------------- | ----------------------------------------------------------- |
| NEXT_PUBLIC_BASE_URL | Base URL of the application. |
| MONGODB_URI | MongoDB connection URI. |
| SMTP_HOST | Hostname of the SMTP server for sending emails. |
| SMTP_PORT | Port number of the SMTP server. |
| SMTP_USER | Username for SMTP authentication. |
| SMTP_PASSWORD | Password for SMTP authentication. |
| SMTP_FROM_EMAIL | Email address for sending emails. |
| JWT_SECRET | Secret key for JWT token generation and verification. |
| BCRYPT_SALT_ROUNDS | Number of salt rounds for bcrypt password hashing |
| RAZORPAY_KEY_ID | Your Razorpay Key ID |
| RAZORPAY_KEY_SECRET | Your Razorpay Key Secret |
| IP_INFO_TOKEN | IPInfo access token for retrieving IP details |
| LOGGER_EMAIL | Email to receive user activity(signin/signup) notifications |

5. **Start the development server:**
```bash
Expand Down

0 comments on commit 516dc9a

Please sign in to comment.