diff --git a/docs/helpers/extended_vars.yaml b/docs/helpers/extended_vars.yaml index b078118182..45a93ce33f 100644 --- a/docs/helpers/extended_vars.yaml +++ b/docs/helpers/extended_vars.yaml @@ -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 @@ -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