8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
PORT=3000
|
|
JWT_SECRET=yourSuperSecretKey # Replace with your actual secret key
|
|
|
|
# Database configuration
|
|
DB_HOST=localhost
|
|
DB_USER=root
|
|
DB_PASSWORD=yourpassword
|
|
DB_NAME=jwt_auth |