diff --git a/src/Tgstation.Server.Host/Configuration/ControlPanelConfiguration.cs b/src/Tgstation.Server.Host/Configuration/ControlPanelConfiguration.cs
index cae4f5f620..3314c4eea5 100644
--- a/src/Tgstation.Server.Host/Configuration/ControlPanelConfiguration.cs
+++ b/src/Tgstation.Server.Host/Configuration/ControlPanelConfiguration.cs
@@ -22,6 +22,9 @@ namespace Tgstation.Server.Host.Configuration
///
public bool AllowAnyOrigin { get; set; }
+ ///
+ /// The channel to retrieve the webpanel from. "local" uses the bundled version.
+ ///
public string Channel { get; set; }
///