27 lines
596 B
JSON
27 lines
596 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"MoneyMapDb": "Server=barge.lan;Database=MoneyMap;User Id=moneymap;Password=Cn87oXQPj7EEkx;TrustServerCertificate=True;"
|
|
},
|
|
"Receipts": {
|
|
"StoragePath": "\\\\TRUENAS\\receipts"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://0.0.0.0:5005"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AI": {
|
|
"ModelsEndpoint": "http://athena.lan:11434",
|
|
"ReceiptParsingModel": "llamacpp:Qwen3-VL-32B-Thinking-Q8_0"
|
|
}
|
|
}
|