# env-lian_node — default values. Overridden by _credentials.env at deploy time.
# All values mirror the schema in nickel/contracts.ncl; deployer (Nu recipe)
# regenerates this file from the workspace NCL declaration before scp.

LIAN_NODE_LOGICAL_ID="UNSET"
LIAN_NODE_TARGET_SERVER="UNSET"
LIAN_NODE_PRIVATE_IP="0.0.0.0"

BUILDKIT_VERSION="v0.29.0"
SCCACHE_VERSION="v0.9.1"
NUSHELL_VERSION="0.112.2"

BUILDKIT_ROOT="/var/lib/buildkit"
SCCACHE_DISK_PATH="/var/cache/sccache"

# sccache backend — optional. If SCCACHE_BACKEND_KIND is unset, no global config written.
SCCACHE_BACKEND_KIND=""        # s3 | redis | local
SCCACHE_BACKEND_BUCKET=""
SCCACHE_BACKEND_ENDPOINT=""
SCCACHE_BACKEND_REGION=""
SCCACHE_AWS_ACCESS_KEY_ID=""
SCCACHE_AWS_SECRET_ACCESS_KEY=""
