21 lines
411 B
JSON
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": "*"
|
|
}
|