do not override appsettings-*.*.json
This commit is contained in:
parent
197f9f90bb
commit
148f333b36
8 changed files with 229 additions and 21 deletions
23
src/Yavsc.Api/appsettings-api.json
Normal file
23
src/Yavsc.Api/appsettings-api.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue