Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs-only] Fixes the extended-envvars.yaml because of changes in MICRO_REGISTRY #8031

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions docs/helpers/extended_vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ variables:
description: ""
do_ignore: true
- rawname: registryEnv
path: ocis-pkg/registry/registry.go:46
path: ocis-pkg/registry/registry.go:118
foundincode: true
name: MICRO_REGISTRY
type: string
Expand All @@ -43,14 +43,30 @@ variables:
Only change on supervision of ownCloud Support.'
do_ignore: false
- rawname: registryAddressEnv
path: ocis-pkg/registry/registry.go:44
path: ocis-pkg/registry/registry.go:122
foundincode: true
name: MICRO_REGISTRY_ADDRESS
type: string
default_value: ""
default_value: 127.0.0.1:9233
description: The bind address of the internal go micro framework. Only change on
supervision of ownCloud Support.
do_ignore: false
- rawname: registryPasswordEnv
path: ocis-pkg/registry/registry.go:115
foundincode: true
name: MICRO_REGISTRY_AUTH_PASSWORD
type: ""
default_value: ""
description: Optional when using nats to authenticate with the nats cluster.
do_ignore: false
- rawname: registryUsernameEnv
path: ocis-pkg/registry/registry.go:114
foundincode: true
name: MICRO_REGISTRY_AUTH_USERNAME
type: ""
default_value: ""
description: Optional when using nats to authenticate with the nats cluster.
do_ignore: false
- rawname: OCIS_BASE_DATA_PATH
path: ocis-pkg/config/defaults/paths.go:23
foundincode: true
Expand Down