weaver icon indicating copy to clipboard operation
weaver copied to clipboard

Deploy panic because app override internal env

Open htiennv opened this issue 1 year ago • 0 comments

Problem

In examples/hello/weaver.toml i added the env (same env in bootstrap runtime):

env = ["ENVELOPE_TO_WEAVELET_FD=9", "WEAVELET_TO_ENVELOPE_FD=10"]

it panic when run:

cd  examples/hello
weaver multi deploy weaver.toml

I think should ignore internal env in app env for prevent user override it.

htiennv avatar Nov 13 '23 10:11 htiennv