freeleaps-authentication/.env.example

17 lines
295 B
Plaintext
Raw Normal View History

2025-10-29 07:07:47 +00:00
# API Settings
APP_VERSION=1.0.0
ENV=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=freeleaps-authentication
# Logging
LOGGING_LEVEL=INFO