5 lines
108 B
Bash

# .env
VITE_API_URL=https://api.example.com
VITE_API_KEY=your_api_key
VITE_JWT_SECRET_KEY="your_secret_key"