mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
28 lines
465 B
Plaintext
28 lines
465 B
Plaintext
# SecureLens AI Configuration
|
|
|
|
# Application
|
|
APP_NAME=SecureLens AI
|
|
APP_VERSION=1.0.0
|
|
DEBUG=true
|
|
|
|
# Server
|
|
HOST=0.0.0.0
|
|
PORT=8000
|
|
|
|
# CORS - comma-separated list of allowed origins
|
|
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
|
|
|
|
# Rate Limiting
|
|
RATE_LIMIT=30/minute
|
|
|
|
# Scanner
|
|
SCAN_TIMEOUT=5
|
|
PATH_CHECK_TIMEOUT=3
|
|
|
|
# Database configuration
|
|
DATABASE_URL=postgresql+asyncpg://securelens:securelens@localhost:5433/securelens
|
|
|
|
# AI Integration
|
|
OPENAI_API_KEY=
|
|
|