Skip to content

Commit 604a1ed

Browse files
authored
fix(Lagrange.Milky/Utility/Signer.cs): Use ProxyUrl for WebProxy. (#93)
1 parent 2ebc4ba commit 604a1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lagrange.Milky/Utility/Signer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public Signer(ILogger<Signer> logger, IOptions<CoreConfiguration> options)
187187
{
188188
Proxy = signerConfiguration.ProxyUrl == null ? null : new WebProxy
189189
{
190-
Address = new Uri(signerConfiguration.Base),
190+
Address = new Uri(signerConfiguration.ProxyUrl),
191191
BypassProxyOnLocal = false,
192192
UseDefaultCredentials = false,
193193
}

0 commit comments

Comments
 (0)