[docs-only] Set special internal extended envvars to not-show state

This commit is contained in:
mmattel
2023-12-15 16:44:00 +01:00
parent f54f9761a0
commit c982ff36a6

View File

@@ -34,17 +34,17 @@ variables:
do_ignore: true
- rawname: registryEnv
path: ocis-pkg/registry/registry.go:44
foundincode: true
foundincode: false
name: MICRO_REGISTRY
type: string
default_value: ""
description: 'Go micro registry type to use. Supported types are: ''nats'', ''kubernetes'',
''etcd'', ''consul'', ''memory'' and ''mdns''. Will be selected automatically. Only change
on supervision of ownCloud Support.'
''etcd'', ''consul'', ''memory'' and ''mdns''. Will be selected automatically.
Only change on supervision of ownCloud Support.'
do_ignore: false
- rawname: registryAddressEnv
path: ocis-pkg/registry/registry.go:42
foundincode: true
foundincode: false
name: MICRO_REGISTRY_ADDRESS
type: string
default_value: ""
@@ -80,3 +80,19 @@ variables:
default_value: ""
description: false positive - code that extract envvars for config structs
do_ignore: true
- rawname: registryAddressEnv
path: ocis-pkg/registry/registry.go:44
foundincode: true
name: registryAddressEnv
type: ""
default_value: ""
description: ""
do_ignore: true
- rawname: registryEnv
path: ocis-pkg/registry/registry.go:46
foundincode: true
name: registryEnv
type: ""
default_value: ""
description: ""
do_ignore: true