Update keyring.toml

This commit is contained in:
kaiyu 2024-11-04 10:07:19 +08:00 committed by GitHub
parent bda0036b47
commit 21c78244a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,9 @@ device_owner = "0x0000000000000000000000000000000000000000"
db_path = "/host/data" db_path = "/host/data"
# tokio console port # tokio console port
console_port = 5555 console_port = 5555
attestation_style = 2 #This corresponds to using an image, epid=1, dcap=2
exe_policy = { Multiply = { executors = 8 } }
# database start option # database start option
[db_option] [db_option]
create_if_missing = true create_if_missing = true
@ -23,10 +26,3 @@ protocol_id = "betatestnet"
is_autonat = true is_autonat = true
# External address that other nodes will use to connect to this node. optional # External address that other nodes will use to connect to this node. optional
#external_multiaddrs = ["/ip4/127.0.0.1/tcp/38700"] #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