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

provide a json example to download #34

Open
jcolomb opened this issue Dec 9, 2020 · 2 comments
Open

provide a json example to download #34

jcolomb opened this issue Dec 9, 2020 · 2 comments

Comments

@jcolomb
Copy link
Collaborator

jcolomb commented Dec 9, 2020

for examle, I had problems with adding port:3000 got an error probably due to the encryption (I tried utf8) got cannot unmarshal string into Go struct field labProjectConfig.Port of type uint16 error went away by removing the port entry.

providing a json file may work better than if one needs to copy-paste...

@achilleas-k
Copy link
Member

Were you quoting the port number?

{
       "port": "5000"
}

wont work, it needs to be

{
       "port": 5000
}

@jcolomb
Copy link
Collaborator Author

jcolomb commented Dec 10, 2020

I was indeed :)
therefore a working json file to download would be good :)

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