10 lines
201 B
Bash
10 lines
201 B
Bash
# MiChangarrito Frontend - Environment Variables
|
|
|
|
# API Configuration
|
|
VITE_API_URL=http://localhost:3141
|
|
VITE_API_PREFIX=/api/v1
|
|
|
|
# App Configuration
|
|
VITE_APP_NAME=MiChangarrito
|
|
VITE_APP_VERSION=1.0.0
|