website/src/content/docs/general/registry-configuration.mdx
import RegistryConfigSchema from "@/components/docs/RegistryConfigSchemaClient.astro";
After configuring your registry, start it:
<CodeGroup> <CodeSnippet file="examples/docs/general-registry-configuration/registry-start.ts" title="registry.start()" /> <CodeSnippet file="examples/docs/general-registry-configuration/serverless.ts" title="Serverless" /> <CodeSnippet file="examples/docs/general-registry-configuration/serverless-with-router.ts" title="Serverless-with-Router" /> <CodeSnippet file="examples/docs/general-registry-configuration/envoy.ts" title="Envoy" /> </CodeGroup>See Runtime Modes for details on when to use each mode.
Many configuration options can be set via environment variables. See Environment Variables for a complete reference.