Files
arcadia/frontend/.env.example
T
EvadingCrossbowHashbrown 239d1d3fbb refactor(config): consolidate env files
- Maintain single .env.example with all configuration options
- Copy .env.example as .env.docker
2025-07-03 20:55:56 +05:30

7 lines
302 B
Bash

# The base URL for the API that the frontend will communicate with.
# Ensure this matches the backend's API endpoint.
VITE_API_BASE_URL=http://127.0.0.1:8080/api
# The name of the site displayed in the frontend.
# You can customize this to reflect your application's branding.
VITE_SITE_NAME="Arcadia"