diff --git a/MoneyMap/appsettings.json b/MoneyMap/appsettings.json index 748c3a2..80c1657 100644 --- a/MoneyMap/appsettings.json +++ b/MoneyMap/appsettings.json @@ -3,7 +3,7 @@ "MoneyMapDb": "Server=barge.lan;Database=MoneyMap;User Id=moneymap;Password=Cn87oXQPj7EEkx;TrustServerCertificate=True;" }, "Receipts": { - "StoragePath": "\\\\TRUENAS\\aj\\Documents\\Receipts" + "StoragePath": "\\\\TRUENAS\\receipts" }, "Logging": { "LogLevel": { @@ -13,8 +13,14 @@ }, "Kestrel": { "Endpoints": { - "Http": { "Url": "http://0.0.0.0:5001" } + "Http": { + "Url": "http://0.0.0.0:5005" + } } }, - "AllowedHosts": "*" + "AllowedHosts": "*", + "AI": { + "ModelsEndpoint": "http://athena.lan:11434", + "ReceiptParsingModel": "llamacpp:Qwen3-VL-32B-Instruct-Q8_0" + } }