18 lines
389 B
JSON
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": "*"
|
|
}
|