Fixed bad default value in comments

This commit is contained in:
Axel Amigo Arnold 2020-12-05 14:46:35 +01:00
parent eb80296657
commit 99376ad862

View file

@ -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)