mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-06 13:04:22 +08:00
Fixed bad default value in comments
This commit is contained in:
parent
eb80296657
commit
99376ad862
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
# ingressKeysFromAllowOverride (boolean-int, i.e. 0 or 1), aliases: ipWhiteListAllowOverride (deprecated)
|
||||
# DESC: If set to 0 (false), any from="..." specified in user keys (selfAddIngressKey or accountCreate) are ignored and replaced by the IPs in the ingressKeysFrom configuration option (if any).
|
||||
# If set to 1 (true), any from="..." specified in user keys (selfAddIngressKey or accountCreate) will override the value set in ingressKeysFrom (if any). When no user-specified from="..." appears, the value of ingressKeysFrom is still used, regardless of this option.
|
||||
# DEFAULT: 0
|
||||
# DEFAULT: 1
|
||||
"ingressKeysFromAllowOverride": 1,
|
||||
#
|
||||
# accountUidMin (int)
|
||||
|
|
Loading…
Add table
Reference in a new issue