verifile-x-api / backend /.env.example
abinazebinoy's picture
Add backend configuration system (#1)
84d1c4b
raw
history blame contribute delete
286 Bytes
# Server Configuration
DEBUG=False
HOST=0.0.0.0
PORT=8000
# File Processing
MAX_FILE_SIZE_MB=50
# CORS (Update with your frontend URL)
CORS_ORIGINS=["http://localhost:3000"]
# Future: Add API keys for AI models here
# OPENAI_API_KEY=your_key_here
# HUGGINGFACE_TOKEN=your_token_here