chore: add jwt env example

This commit is contained in:
Naveen
2024-11-14 06:58:48 +05:30
committed by GitHub
parent 95d9cd6d73
commit a4a25a6f83

View File

@@ -1,6 +1,6 @@
# App Setup
NODE_ENV=production # Set to 'development' or 'production' as required
JWT_SECRET=your_jwt_secret_key # Replace with a secure JWT secret key
JWT_SECRET=a9Z$kLq7^f03GzNw!bP9dH4xV6sT2yXl3O8vR@uYq3 # Replace with a secure JWT secret key
DB_NAME=maxun # Your PostgreSQL database name
DB_USER=postgres # PostgreSQL username
DB_PASSWORD=postgres # PostgreSQL password