23 lines
416 B
JSON
23 lines
416 B
JSON
|
|
{
|
||
|
|
"Site": {
|
||
|
|
"Authority": "https://localhost:5001",
|
||
|
|
"CorsAllowedOrigins": [
|
||
|
|
"https://localhost:5003"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"Logging": {
|
||
|
|
"LogLevel": {
|
||
|
|
"Default": "Information",
|
||
|
|
"Microsoft": "Warning",
|
||
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"AllowedHosts": "*",
|
||
|
|
"Kestrel": {
|
||
|
|
"Endpoints": {
|
||
|
|
"Https":{
|
||
|
|
"Url": "https://localhost:3004"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|