{ "Kestrel": { "Endpoints": { "Http": { "Url": "http://127.0.0.1:5002" } } }, "ConnectionStrings": { "Postgres": "Host=127.0.0.1;Port=5432;Database=kartselldb;Username=kartsell;Password=kartsell4321@!" }, "ExternalApis": { "KrxOpenApi": { "ApiKey": "${KRX_API_KEY}", "BaseUrl": "https://openapi.krx.co.kr" } }, "Authentication": { "Mode": "FailClosed" }, "Capabilities": { "AutomaticOrder": false, "KisOrderAdapter": false, "ClientPublication": false, "ShadowEvaluation": true }, "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft.AspNetCore": "Warning" } } }, "OTEL_EXPORTER_OTLP_ENDPOINT": "http://localhost:4317", "ModelOperations": { "DispatcherEnabled": false, "DispatcherCron": "*/15 * * * *", "Boundary": "EVIDENCE_ONLY_NO_AUTO_MODEL_OR_ORDER_MUTATION" } }