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.
Properties
Section titled “Properties”databricksHost?
Section titled “databricksHost?”
readonlyoptionaldatabricksHost?:string
Resolved Databricks workspace host (DATABRICKS_HOST), when known.
lakebase?
Section titled “lakebase?”
readonlyoptionallakebase?:LakebaseConnection
Resolved Lakebase connection, when auto-config resolved one.