浏览代码

Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs

Co-authored-by: David Mouse <dmouse10462@gmail.com>
Bond-009 5 年之前
父节点
当前提交
1cc62d6afa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs

+ 2 - 2
MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs

@@ -36,12 +36,12 @@ namespace MediaBrowser.Controller.Extensions
         /// <summary>
         /// The key for a setting that indicates whether kestrel should bind to a unix socket.
         /// </summary>
-        public const string BindToUnixSocketKey = "kerstrel:socket";
+        public const string BindToUnixSocketKey = "kestrel:socket";
 
         /// <summary>
         /// The key for the unix socket path.
         /// </summary>
-        public const string UnixSocketPathKey = "kerstrel:socketPath";
+        public const string UnixSocketPathKey = "kestrel:socketPath";
 
         /// <summary>
         /// Gets a value indicating whether the application should host static web content from the <see cref="IConfiguration"/>.