Multi-agent AI laboratory with ASP.NET Core 8.0 backend and Flutter frontend. Implements CQRS architecture, OpenAPI contract-first API design. BACKEND: Agent management, conversations, executions with PostgreSQL + Ollama FRONTEND: Cross-platform UI with strict typing and Result-based error handling Co-Authored-By: Jean-Philippe Brule <jp@svrnty.io>
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=codex;Username=postgres;Password=postgres"
|
|
},
|
|
"Encryption": {
|
|
"Key": "xZM3P3T8UbsLqQbQZPy+BD/m79WoAC7CF09ylEL981Q="
|
|
},
|
|
"Cors": {
|
|
"AllowedOrigins": [
|
|
"http://localhost:3000",
|
|
"http://localhost:54952",
|
|
"http://localhost:62000"
|
|
]
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft.AspNetCore": "Information"
|
|
}
|
|
}
|
|
}
|