diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a5b979f --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +NODE_ENV=development +PORT=3000 +JWT_SECRET=your-secure-secret-here +JWT_EXPIRES_IN=7d \ No newline at end of file