simrsCore/appsettings.json
2025-12-08 00:09:09 +07:00

21 lines
411 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"ConnectionStrings": {
"simrs": "Host=dbdev.azzair.net;Database=simrs;Username=simrs;Password=simrs"
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://0.0.0.0:5001"
}
}
},
"AllowedHosts": "*"
}