appsettings cleanup
This commit is contained in:
Родитель
57390192c8
Коммит
f3e548454a
|
@ -16,26 +16,22 @@
|
|||
"default": "3.0.0",
|
||||
"values": [
|
||||
{
|
||||
"id": "2.4.4",
|
||||
"name": "Steeltoe 2.4.4 Maintenance Release"
|
||||
},
|
||||
{
|
||||
"id": "3.0.0",
|
||||
"name": "Steeltoe 3.0.0 GA"
|
||||
"id": "3.2.6",
|
||||
"name": "Steeltoe 3.2.6 GA"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dotNetFramework": {
|
||||
"type": "single-select",
|
||||
"default": "netcoreapp3.1",
|
||||
"default": "net8.0",
|
||||
"values": [
|
||||
{
|
||||
"id": "netcoreapp2.1",
|
||||
"name": ".NET Core 2.1"
|
||||
"id": "net6.0",
|
||||
"name": ".NET 6.0"
|
||||
},
|
||||
{
|
||||
"id": "netcoreapp3.1",
|
||||
"name": ".NET Core 3.1"
|
||||
"id": "net8.0",
|
||||
"name": ".NET 8.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Uri": "http://localhost:1922/api"
|
||||
},
|
||||
"UiConfig": {
|
||||
"Path": "Resources/uiconfig.Development.json"
|
||||
//"Path": "Resources/uiconfig.Development.json"
|
||||
}
|
||||
},
|
||||
"Spring": {
|
||||
|
@ -18,5 +18,14 @@
|
|||
"LogLevel": {
|
||||
"Steeltoe.InitializrService": "Debug"
|
||||
}
|
||||
},
|
||||
"Management": {
|
||||
"Endpoints": {
|
||||
"Actuator": {
|
||||
"Exposure": {
|
||||
"Include": [ "*" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,14 +23,5 @@
|
|||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Steeltoe.InitializrService": "Information"
|
||||
}
|
||||
},
|
||||
"Management": {
|
||||
"Endpoints": {
|
||||
"Actuator":{
|
||||
"Exposure": {
|
||||
"Include": [ "*" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче