Files
Nexus.Reader/src/NexusReader.Web.New/appsettings.json
T

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