Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs

Co-authored-by: David Mouse <dmouse10462@gmail.com>
This commit is contained in:
Bond-009 2020-07-24 09:36:18 +02:00 committed by GitHub
parent d006f4301a
commit 1cc62d6afa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"/>.