17 lines
531 B
Plaintext
17 lines
531 B
Plaintext
# Frontend Environment Variables
|
|
# Copy this to .env.local and update values for your environment
|
|
|
|
# API Configuration
|
|
REACT_APP_API_URL=http://localhost/api
|
|
|
|
# Site URL Configuration (used for SEO and analytics)
|
|
# Set this to your deployment URL for correct sitemap.xml and meta tags
|
|
# Examples:
|
|
# - Development: http://localhost:5173
|
|
# - Staging: https://lotr-staging.testingfantasy.com
|
|
# - Production: https://lotr-prod.testingfantasy.com
|
|
VITE_APP_SITE_URL=http://localhost:5173
|
|
|
|
# Google Analytics
|
|
REACT_APP_GA_ID=G-29N4KD7MQ9
|