slow-reader/backend/.env.example

11 lines
184 B
Plaintext

# FastAPI Configuration
HOST=0.0.0.0
PORT=8000
DEBUG=false
# CORS Settings
CORS_ORIGINS=https://slow-reader.velouria.dev
# Application Settings
APP_NAME=Slow Reader API
VERSION=1.0.0