# API Settings APP_VERSION=1.0.0 ENVIRONMENT=dev # Server Settings UVICORN_HOST=0.0.0.0 UVICORN_PORT=8888 # CORS Settings BACKEND_CORS_ORIGINS=http://localhost:3000,http://localhost:8080,http://localhost:5173 # Application Settings PROJECT_NAME=template-test2 # Logging LOGGING_LEVEL=INFO FREELEAPS_PRODUCT_ID=#{{FREELEAPS_PRODUCT_ID}}