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