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>
15 lines
265 B
Bash
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 |