Files
MoneyMap/MoneyMap/appsettings.json
2025-10-04 02:13:50 -04:00

18 lines
389 B
JSON

{
"ConnectionStrings": {
"MoneyMapDb": "Server=barge.lan;Database=MoneyMap;User Id=moneymap;Password=Cn87oXQPj7EEkx;TrustServerCertificate=True;"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": { "Url": "http://0.0.0.0:5001" }
}
},
"AllowedHosts": "*"
}