Skip to content

Interface: ResolvedAppEnv

The env auto-configuration resolved before boot, exposed to interceptors so they read COMPUTED values instead of re-reading process.env themselves.

lakebase is the resolved Postgres connection when Lakebase auto-config ran (see appkit.autoConfigure), else undefined. databricksHost is the workspace host as resolved into the environment (DATABRICKS_HOST), which the tunnel interceptor both reads and, when it must, sets.

readonly optional databricksHost?: string

Resolved Databricks workspace host (DATABRICKS_HOST), when known.


readonly optional lakebase?: LakebaseConnection

Resolved Lakebase connection, when auto-config resolved one.