6 lines
174 B
Bash
6 lines
174 B
Bash
# Example environment configuration
|
|
# Copy this file to .env.local, .env.dev, .env.test, or .env.uat and update values
|
|
|
|
VITE_API_URL=http://localhost:3001/api
|
|
VITE_ENV=local
|