Skip to content

Commit

Permalink
chore: allow to read LISTENING_ADDRESS from .env
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Jan 15, 2025
1 parent bfa00e3 commit 1eab24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tee-worker/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
)

func main() {
listenAddress := listenAddress()
jc := readConfig()
listenAddress := listenAddress()

api.Start(context.Background(), listenAddress, jc)
}

0 comments on commit 1eab24e

Please sign in to comment.