Skip to content

Commit

Permalink
stepped pccs_addr / pccs_url env vars for entry script.
Browse files Browse the repository at this point in the history
  • Loading branch information
anixon604 committed Jun 26, 2024
1 parent 2b6ed86 commit a19cf03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/node/docker_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ func (d *DockerNode) startEnclave() error {
exposedPorts := []int{}
envs := map[string]string{
"OE_SIMULATION": "1",
"PCCS_ADDR": d.cfg.pccsAddr,
}

// default start of the enclave
Expand Down

0 comments on commit a19cf03

Please sign in to comment.