Skip to content

Commit

Permalink
fix MICRO_xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel authored and 2403905 committed Jan 24, 2024
1 parent e4d2921 commit 3dde2c7
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions docs/helpers/extended_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ variables:
description: ""
do_ignore: true
- rawname: registryEnv
path: ocis-pkg/registry/registry.go:44
foundincode: false
path: ocis-pkg/registry/registry.go:46
foundincode: true
name: MICRO_REGISTRY
type: string
default_value: ""
Expand All @@ -43,8 +43,8 @@ variables:
Only change on supervision of ownCloud Support.'
do_ignore: false
- rawname: registryAddressEnv
path: ocis-pkg/registry/registry.go:42
foundincode: false
path: ocis-pkg/registry/registry.go:44
foundincode: true
name: MICRO_REGISTRY_ADDRESS
type: string
default_value: ""
Expand Down Expand Up @@ -80,19 +80,3 @@ 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

0 comments on commit 3dde2c7

Please sign in to comment.