Skip to content

Commit 6ea247d

Browse files
committed
use real URL
1 parent e0867e4 commit 6ea247d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

App/Services/UpdateController.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@ public static string ChannelName(this UpdateChannel channel)
3838
}
3939
}
4040

41-
// TODO: SET THESE TO THE CORRECT SETTINGS
4241
public class UpdaterConfig
4342
{
4443
public bool EnableUpdater { get; set; } = true;
45-
//[Required] public string UpdateAppCastUrl { get; set; } = "https://releases.coder.com/coder-desktop/windows/appcast.xml";
46-
[Required] public string UpdateAppCastUrl { get; set; } = "http://localhost:8000/appcast.xml";
44+
[Required] public string UpdateAppCastUrl { get; set; } = "https://releases.coder.com/coder-desktop/windows/appcast.xml";
4745
[Required] public string UpdatePublicKeyBase64 { get; set; } = "NNWN4c+3PmMuAf2G1ERLlu0EwhzHfSiUugOt120hrH8=";
4846
public UpdateChannel? ForcedUpdateChannel { get; set; } = null;
4947
}

0 commit comments

Comments
 (0)