5 lines
198 B
Bash
5 lines
198 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
|
|
VITE_APP_NAME=AeroResolve |