mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-12 14:34:38 +01:00
24 lines
387 B
JSON
24 lines
387 B
JSON
{
|
|
"Kestrel": {
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "https://0.0.0.0:443"
|
|
},
|
|
|
|
"Https": {
|
|
"Url": "https://0.0.0.0:80"
|
|
}
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|