Files
core-api/.env.example
T
jpmschweitzerandClaude Opus 4.5 ad1b55009a Remove obsolete web scraper config from .env.example
Remove APP_VERSION (now from pyproject.toml) and web scraper settings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 18:46:02 +01:00

15 lines
265 B
Bash

# Core Code API Configuration
# Application settings
APP_NAME="Core Code API"
DEBUG=false
# Server settings
HOST=0.0.0.0
PORT=8083
# CORS settings (default allows all origins for internal use)
# CORS_ORIGINS=["http://192.168.86.149:82"]
# Logging
LOG_LEVEL=INFO