7 lines
205 B
Bash
7 lines
205 B
Bash
|
|
DATABASE_URL="file:/Users/retirado/ccProgram/reading-platform-backend/dev.db"
|
||
|
|
NODE_ENV=development
|
||
|
|
PORT=3000
|
||
|
|
JWT_SECRET="your-super-secret-jwt-key"
|
||
|
|
JWT_EXPIRES_IN="7d"
|
||
|
|
FRONTEND_URL="http://localhost:5174"
|