Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
update provider keys
Browse files Browse the repository at this point in the history
Signed-off-by: stevelr <[email protected]>
  • Loading branch information
stevelr committed Mar 3, 2022
1 parent cb170f7 commit 16fe833
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions actor/xkcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ include ../../build/makefiles/actor.mk
# if you're running local builds you get these numbers from
# `make inspect` for providers, and `make actor_id` for actors
ACTOR_ID = $(shell make actor_id)
HTTPSERVER_PROVIDER_ID = VDCWPLZCQZ366BEFJSGHCNNUUULKSWT25W5TXZ74RXKHGGKLLY3PERPT
HTTPCLIENT_PROVIDER_ID = VD2K2JRF7MFPGGTBXTIGNOJL354GVHDPSD5LUT65ZQMVMZNPMA2ADTOP
HTTPSERVER_PROVIDER_ID = VAG3QITQQ2ODAOWB5TTQSDJ53XK3SHBEIFNK4AYJ5RKAX2UNSCAPHA5M
HTTPCLIENT_PROVIDER_ID = VCCVLH4XWGI3SGARFNYKYT2A32SUYA2KVAIV2U2Q34DQA7WWJPFRKIKM


link:
# link to httpserver and httpclient
# because numbergen is a builtin, it doesn't require a link command
wash ctl link --timeout-ms 3000 $(ACTOR_ID) \
wash ctl link put --timeout-ms 4000 $(ACTOR_ID) \
$(HTTPSERVER_PROVIDER_ID) wasmcloud:httpserver \
'config_json={"address":"127.0.0.1:8080"}'
wash ctl link --timeout-ms 3000 $(ACTOR_ID) \
wash ctl link put --timeout-ms 4000 $(ACTOR_ID) \
$(HTTPCLIENT_PROVIDER_ID) wasmcloud:httpclient

0 comments on commit 16fe833

Please sign in to comment.