Skip to main content

Module env_vars

Module env_vars 

Source
Expand description

Admin API endpoint serving environment variable names. Consumed by the UI for dynamic configuration and secrets management.

Functionsยง

list_env_vars ๐Ÿ”’
GET /api/env-vars โ€” the names of all environment variables available to the current process. Returns them sorted, with no values exposed.
router
Builds the router for /api/env-vars.