We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In examples/hello/weaver.toml i added the env (same env in bootstrap runtime):
examples/hello/weaver.toml
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.
The text was updated successfully, but these errors were encountered:
mwhittaker
No branches or pull requests
Problem
In
examples/hello/weaver.toml
i added the env (same env in bootstrap runtime):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.
The text was updated successfully, but these errors were encountered: