diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-07-24 09:36:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 09:36:18 +0200 |
| commit | 1cc62d6afa121607abf5c68a088de790f105f917 (patch) | |
| tree | 6a9fce6860fedba05ac4826f25e2a9ac26dc40cb /MediaBrowser.Controller/Extensions | |
| parent | d006f4301a472038d1ee77c8c3b3c615b4a0f59a (diff) | |
Update MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs
Co-authored-by: David Mouse <dmouse10462@gmail.com>
Diffstat (limited to 'MediaBrowser.Controller/Extensions')
| -rw-r--r-- | MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs b/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs index ae02c1cee..425b39fd9 100644 --- a/MediaBrowser.Controller/Extensions/ConfigurationExtensions.cs +++ b/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"/>. |
