We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97d996 commit af55fcdCopy full SHA for af55fcd
GitHub.Actions.API/Program.cs
@@ -20,7 +20,7 @@
20
21
app.MapControllers();
22
23
-app.UseAllElasticApm(Configuration);
+app.UseAllElasticApm(builder.Configuration);
24
25
26
app.Run();
GitHub.Actions/Program.cs
@@ -22,7 +22,7 @@
app.UseRouting();
27
app.MapBlazorHub();
28
app.MapFallbackToPage("/_Host");
GitHub.Actions/appsettings.json
@@ -9,7 +9,7 @@
9
"ElasticApm": {
10
"SecretToken": "",
11
"ServerUrls": "http://10.128.0.12:8200",
12
- "ServiceName": "github-actions-api",
+ "ServiceName": "github-actions-ui",
13
"Environment": "development"
14
}
15
0 commit comments