# Required environment variables for Launcher / MPC app deployment. APP_NAME="frodo_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=http://127.0.0.1:30000 # The type of sealing key to used by the VM (SGX,KMS) # KMS should only be used for development 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:18091 EXTERNAL_SSH_PORT=127.0.0.1:1220 # External MPC ports (host machine) EXTERNAL_MPC_PUBLIC_DEBUG_PORT=0.0.0.0:18081 EXTERNAL_MPC_LOCAL_DEBUG_PORT=127.0.0.1:3031 EXTERNAL_MPC_DECENTRALIZED_STATE_SYNC=0.0.0.0:24568 EXTERNAL_MPC_MAIN_PORT=0.0.0.0:13001 # Internal MPC ports (inside CVM) INTERNAL_MPC_PUBLIC_DEBUG_PORT=8080 INTERNAL_MPC_LOCAL_DEBUG_PORT=3030 # ✅ Matches container listener INTERNAL_MPC_DECENTRALIZED_STATE_SYNC=24568 INTERNAL_MPC_MAIN_PORT=13001 # 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 USER_CONFIG_FILE_PATH=/tmp/$USER/frodo.toml # for testing use a smaller disk size 128G DISK=128G