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
Adding a configuration line like:
common-live-blocks-addr: [abc::123]:9000
generates error:
Error: unable to read config file "config.yml": reading json: yaml: line 8: did not find expected key
The text was updated successfully, but these errors were encountered:
Square brackets indicate an array in YAML. Putting the address into quotes makes it parse correctly as string.
Sorry, something went wrong.
No branches or pull requests
Adding a configuration line like:
generates error:
The text was updated successfully, but these errors were encountered: