10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
# API Configuration
|
|
VITE_API_BASE_URL=http://localhost:3000/api
|
|
|
|
# App Configuration
|
|
VITE_APP_TITLE=Vibing
|
|
VITE_APP_DESCRIPTION=A modern React application built with Vite
|
|
|
|
# Feature Flags
|
|
VITE_ENABLE_ANALYTICS=false
|
|
VITE_ENABLE_DEBUG_MODE=false |