# Required environment variables for Launcher / MPC app deployment. # Please uncomment and set values for the following variables: APP_NAME="sam_testnet_tee" # VMM_RPC -The RPC of the dstack-vmm RPC service used to deploy CVMs # Can either be a unix socket or an http address. (make sure this is the same configuration as in the dstack-vmm service.toml) #VMM_RPC=unix:../../../build/vmm.sock VMM_RPC=http://127.0.0.1:10000 # The type of sealing key to used by the VM (SGX,KMS) # KMS should only be used for deployment and SGX for production. SEALING_KEY_TYPE=SGX # Port on the host machine to connect to the dstack guest agent EXTERNAL_DSTACK_AGENT_PORT=127.0.0.1:18092 EXTERNAL_SSH_PORT=127.0.0.1:1221 # External ports (host machine / outside CVM) EXTERNAL_MPC_PUBLIC_DEBUG_PORT=0.0.0.0:18082 EXTERNAL_MPC_LOCAL_DEBUG_PORT=127.0.0.1:3032 EXTERNAL_MPC_DECENTRALIZED_STATE_SYNC=${SERVER_IP_2}:24567 EXTERNAL_MPC_MAIN_PORT=${SERVER_IP_2}:80 # Internal ports (inside CVM) INTERNAL_MPC_PUBLIC_DEBUG_PORT=8080 INTERNAL_MPC_LOCAL_DEBUG_PORT=3030 INTERNAL_MPC_DECENTRALIZED_STATE_SYNC=24567 INTERNAL_MPC_MAIN_PORT=80 # The dstack OS image name use for the CVM # production OS image #OS_IMAGE=dstack-0.5.8 # development OS image OS_IMAGE=dstack-dev-0.5.8 # Launcher and MPC node manifest digests. See ../cvm-deployment/default.env. # Uncomment and set both before deploying. #LAUNCHER_MANIFEST_DIGEST=sha256: #MPC_MANIFEST_DIGEST=sha256: # Path of the user_config file (Rust-launcher TOML format). # Render from deployment/testnet/sam.toml by substituting $SAM_ACCOUNT # and $MPC_CONTRACT_ACCOUNT (e.g. via envsubst). USER_CONFIG_FILE_PATH=/tmp/$USER/sam.toml # for testing use a smaller disk size 128G DISK=1000G