mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 18:50:41 -07:00
Merge pull request #1526 from nats-io/no-header-support-option
added 'no_header_support' config option mapping to NoHeaderSupport
This commit is contained in:
@@ -886,6 +886,8 @@ func (o *Options) processConfigFileLine(k string, v interface{}, errors *[]error
|
||||
return
|
||||
case "no_system_account", "no_system", "no_sys_acc":
|
||||
o.NoSystemAccount = v.(bool)
|
||||
case "no_header_support":
|
||||
o.NoHeaderSupport = v.(bool)
|
||||
case "trusted", "trusted_keys":
|
||||
switch v := v.(type) {
|
||||
case string:
|
||||
|
||||
Reference in New Issue
Block a user