20 lines
346 B
Plaintext
20 lines
346 B
Plaintext
# 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=template-test1
|
|
|
|
# Logging
|
|
LOGGING_LEVEL=INFO
|
|
|
|
FREELEAPS_PRODUCT_ID=FREELEAPS_PRODUCT_ID
|
|
ENVIRONMENT=alpha
|