diff --git a/.env b/.env index e3cc154..65c1980 100644 --- a/.env +++ b/.env @@ -1,3 +1,4 @@ # .env VITE_API_URL=https://api.example.com -VITE_API_KEY=your_api_key \ No newline at end of file +VITE_API_KEY=your_api_key +VITE_JWT_SECRET_KEY="your_secret_key"