feat: Read Seq logging config from appsettings.json + add Console logging

This commit is contained in:
masoud
2025-12-05 19:32:28 +00:00
parent ed642947dc
commit bfcb0d880f
2 changed files with 12 additions and 3 deletions

View File

@@ -53,5 +53,9 @@
"Authentication": {
"Authority": "https://ids.domain.com/",
"Audience": "domain_api"
},
"Seq": {
"ServerUrl": "http://seq-svc:5341",
"ApiKey": ""
}
}