LazyCoder
LazyCoder
## 意见 我在 使用 ~~~ dopr init ~~~ 本地初始化时 发现需要下载 dashboard_windows_amd64 及 daprd_windows_amd64 两个 .zip 文件 但因网络因网络不稳定,所以 我提前下载后放到 \.dapr\bin 可是没有做 文件检测 就 重新下载文件了。无法初始化成功,是否可以 init 时做个文件检测,如果符合就跳过,方便成功初始化
### Type of issue Typo ### Description > https://learn.microsoft.com/zh-cn/dotnet/aspire/fundamentals/dashboard/configuration?tabs=bash 资源 仪表板连接到资源服务以加载和显示资源信息。 客户端在仪表板中配置了如何连接到服务。 资源服务客户端身份验证配置为 Dashboard:ResourceServiceClient:AuthMode。 可以将客户端配置为支持 API 密钥或客户端证书身份验证。< 这里 能否给一个 本地配置的Demo吗 ,看了一头雾水。不知道如何配置 ### Page URL https://learn.microsoft.com/zh-cn/dotnet/aspire/fundamentals/dashboard/configuration?tabs=bash ### Content source URL https://github.com/dotnet/docs-aspire/blob/main/docs/fundamentals/dashboard/configuration.md...