Files
KArtSell.Aegis/publish/appsettings.json
T
kjh2064 3e3678469c
ci / backend (push) Failing after 1s
ci / static (push) Failing after 8s
Build & Test with Secrets / build (push) Failing after 1s
Build & Test with Secrets / security-scan (push) Has been cancelled
Build & Test with Secrets / notification (push) Has been cancelled
Build & Test with Secrets / frontend (push) Has been cancelled
ci / frontend (push) Failing after 1m37s
ci / publish (push) Has been skipped
deploy / deploy (push) Successful in 2m8s
deploy / notify (push) Successful in 1s
Add Feature Service DI registrations + re-enable SecurityMaster endpoints
DI Registrations added:
- IMarketDataIngestionService (VS-03)
- IPortfolioRebalanceService (VS-04)
- IRiskMetricsService (VS-05)
- IStressTestService (VS-06)
- IAlertService (VS-07)
- IDashboardService (VS-08)

Note: SecurityMaster endpoints re-enabled but commented in DI pending
ISecurityMasterRulesStore implementation.

Tests: 6/6 Architecture PASS
Build: Clean (0 errors, 0 warnings)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-08-05 23:45:52 +09:00

42 lines
943 B
JSON

{
"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"
}
}