Skip to content

Commit af55fcd

Browse files
committed
[FIX] bugs fixed
1 parent d97d996 commit af55fcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

GitHub.Actions.API/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
app.MapControllers();
2222

23-
app.UseAllElasticApm(Configuration);
23+
app.UseAllElasticApm(builder.Configuration);
2424

2525

2626
app.Run();

GitHub.Actions/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
app.UseRouting();
2424

25-
app.UseAllElasticApm(Configuration);
25+
app.UseAllElasticApm(builder.Configuration);
2626

2727
app.MapBlazorHub();
2828
app.MapFallbackToPage("/_Host");

GitHub.Actions/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ElasticApm": {
1010
"SecretToken": "",
1111
"ServerUrls": "http://10.128.0.12:8200",
12-
"ServiceName": "github-actions-api",
12+
"ServiceName": "github-actions-ui",
1313
"Environment": "development"
1414
}
1515
}

0 commit comments

Comments
 (0)