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

cannot parse ipv6 addresses in yaml config #49

Open
matthewdarwin opened this issue Jun 26, 2024 · 1 comment
Open

cannot parse ipv6 addresses in yaml config #49

matthewdarwin opened this issue Jun 26, 2024 · 1 comment

Comments

@matthewdarwin
Copy link

matthewdarwin commented Jun 26, 2024

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
@fschoell
Copy link
Contributor

fschoell commented Sep 9, 2024

Square brackets indicate an array in YAML. Putting the address into quotes makes it parse correctly as string.

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

2 participants