# 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