From 21c78244a25f74cf46497b18cf2cd5d3259bd346 Mon Sep 17 00:00:00 2001 From: kaiyu <35792093+Kayryu@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:07:19 +0800 Subject: [PATCH] Update keyring.toml --- configs/keyring.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/configs/keyring.toml b/configs/keyring.toml index 69028f7..fbdeaa8 100644 --- a/configs/keyring.toml +++ b/configs/keyring.toml @@ -7,6 +7,9 @@ device_owner = "0x0000000000000000000000000000000000000000" db_path = "/host/data" # tokio console port console_port = 5555 +attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2 +exe_policy = { Multiply = { executors = 8 } } + # database start option [db_option] create_if_missing = true @@ -23,10 +26,3 @@ protocol_id = "betatestnet" is_autonat = true # External address that other nodes will use to connect to this node. optional #external_multiaddrs = ["/ip4/127.0.0.1/tcp/38700"] - -[key_server_config] -attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2 -seal_policy = "MRSIGNER" -exe_policy = { Multiply = { executors = 8 } } -round_time_limit = 120 -clear_msg_interval = 360