chore: add jwt env example
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# App Setup
|
# App Setup
|
||||||
NODE_ENV=production # Set to 'development' or 'production' as required
|
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_NAME=maxun # Your PostgreSQL database name
|
||||||
DB_USER=postgres # PostgreSQL username
|
DB_USER=postgres # PostgreSQL username
|
||||||
DB_PASSWORD=postgres # PostgreSQL password
|
DB_PASSWORD=postgres # PostgreSQL password
|
||||||
|
|||||||
Reference in New Issue
Block a user