template-test4/.env.example
2025-11-12 08:37:55 +00:00

19 lines
341 B
Plaintext

# 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-test4
# Logging
LOGGING_LEVEL=INFO
FREELEAPS_PRODUCT_ID=#{{FREELEAPS_PRODUCT_ID}}