# Required environment variables for Launcher / MPC app deployment. # Please uncomment and set values for the following variables: APP_NAME="launcher_test_app" # The URL of the dstack-vmm RPC service used to deploy the KMS app #VMM_RPC=unix:../../../build/vmm.sock VMM_RPC=http://127.0.0.1:11100 # 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:9208 # SSH ports (only for dev images) EXTERNAL_SSH_PORT=127.0.0.1:9207 # External MPC ports (host machine). # See ../default.env for what the 0.0.0.0 in EXTERNAL_MPC_*=0.0.0.0: means. EXTERNAL_MPC_PUBLIC_DEBUG_PORT=0.0.0.0:8989 EXTERNAL_MPC_LOCAL_DEBUG_PORT=127.0.0.1:3030 EXTERNAL_MPC_DECENTRALIZED_STATE_SYNC=0.0.0.0:24567 EXTERNAL_MPC_MAIN_PORT=0.0.0.0:80 EXTERNAL_MPC_MIGRATION_PORT=0.0.0.0:8079 # Internal MPC 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 INTERNAL_MPC_MIGRATION_PORT=8079 # 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 ../default.env for details. # Uncomment and set both before deploying. #LAUNCHER_MANIFEST_DIGEST=sha256: #MPC_MANIFEST_DIGEST=sha256: # Path of the user_config file USER_CONFIG_FILE_PATH=user-config.toml # for testing use a smaller disk size 128G DISK=1000G