1 write to ApiKey
Aspire.Hosting (1)
Dashboard\DashboardOptions.cs (1)
38
options.
ApiKey
= configuration["AppHost:DashboardApiKey"];
2 references to ApiKey
Aspire.Hosting (2)
Backchannel\DashboardUrlsHelper.cs (1)
116
ApiToken = dashboardOptions.
ApiKey
,
Dashboard\DashboardEventHandlers.cs (1)
528
var apiKey = options.
ApiKey
;