20 lines
376 B
JSON
20 lines
376 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"SqliteConnection": "Data Source=nexus.db"
|
|
},
|
|
"Ai": {
|
|
"Google": {
|
|
"ApiKey": "PLACEHOLDER",
|
|
"Model": "gemini-2.5-flash-lite",
|
|
"MaxOutputTokens": 4096
|
|
}
|
|
}
|
|
}
|