Skip to content

Commit f3e5484

Browse files
committed
appsettings cleanup
1 parent 5739019 commit f3e5484

File tree

3 files changed

+17
-21
lines changed

3 files changed

+17
-21
lines changed

src/InitializrService/Resources/uiconfig.Development.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,22 @@
1616
"default": "3.0.0",
1717
"values": [
1818
{
19-
"id": "2.4.4",
20-
"name": "Steeltoe 2.4.4 Maintenance Release"
21-
},
22-
{
23-
"id": "3.0.0",
24-
"name": "Steeltoe 3.0.0 GA"
19+
"id": "3.2.6",
20+
"name": "Steeltoe 3.2.6 GA"
2521
}
2622
]
2723
},
2824
"dotNetFramework": {
2925
"type": "single-select",
30-
"default": "netcoreapp3.1",
26+
"default": "net8.0",
3127
"values": [
3228
{
33-
"id": "netcoreapp2.1",
34-
"name": ".NET Core 2.1"
29+
"id": "net6.0",
30+
"name": ".NET 6.0"
3531
},
3632
{
37-
"id": "netcoreapp3.1",
38-
"name": ".NET Core 3.1"
33+
"id": "net8.0",
34+
"name": ".NET 8.0"
3935
}
4036
]
4137
},

src/InitializrService/appsettings.Development.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Uri": "http://localhost:1922/api"
55
},
66
"UiConfig": {
7-
"Path": "Resources/uiconfig.Development.json"
7+
//"Path": "Resources/uiconfig.Development.json"
88
}
99
},
1010
"Spring": {
@@ -18,5 +18,14 @@
1818
"LogLevel": {
1919
"Steeltoe.InitializrService": "Debug"
2020
}
21+
},
22+
"Management": {
23+
"Endpoints": {
24+
"Actuator": {
25+
"Exposure": {
26+
"Include": [ "*" ]
27+
}
28+
}
29+
}
2130
}
2231
}

src/InitializrService/appsettings.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,5 @@
2323
"Microsoft.Hosting.Lifetime": "Information",
2424
"Steeltoe.InitializrService": "Information"
2525
}
26-
},
27-
"Management": {
28-
"Endpoints": {
29-
"Actuator":{
30-
"Exposure": {
31-
"Include": [ "*" ]
32-
}
33-
}
34-
}
3526
}
3627
}

0 commit comments

Comments
 (0)