Skip to content
New issue

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

update envVars usage and help feedback #6214

Open
SWvheerden opened this issue Mar 13, 2024 · 0 comments
Open

update envVars usage and help feedback #6214

SWvheerden opened this issue Mar 13, 2024 · 0 comments

Comments

@SWvheerden
Copy link
Collaborator

shell envVars, like MINOTARI_NODE_ENABLE_GRPC as reported in the help screen, is not working.
following variation also not working:

MINOTARI_NODE__GRPC_ENABLED=true
MINOTARI_NODE__GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142
MINOTARI_NODE_GRPC_ENABLED=true
MINOTARI_NODE_GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142
MINOTARI_BASE_NODE_GRPC_ENABLED=true
MINOTARI_BASE_NODE_GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142
MINOTARI_BASE_NODE__GRPC_ENABLED=true
MINOTARI_BASE_NODE__GRPC_ADDRESS=/ip4/0.0.0.0/tcp/18142

What did work was

TARI_BASE_NODE__GRPC_ENABLED=true
TARI_BASE_NODE__GRPC_ADDRESS="/ip4/0.0.0.0/tcp/18142

Would be great if we could resolve the

"Invalid value for `base_node`: invalid type: string" ... "expected a sequence"

for an envVar like

TARI_BASE_NODE__P2P__TRANSPORT__TOR__PROXY_BYPASS_ADDRESSES='["/ip4/192.168.101.50/tcp/12997","/ip4/192.168.101.54/tcp/12997","/ip4/192.168.101.50/tcp/12998","/ip4/192.168.101.54/tcp/12998"]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant