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

Add ' in a section of the config-example.env file #89

Open
LucasRibeiroAlves opened this issue Aug 18, 2023 · 1 comment
Open

Add ' in a section of the config-example.env file #89

LucasRibeiroAlves opened this issue Aug 18, 2023 · 1 comment

Comments

@LucasRibeiroAlves
Copy link

Currently, the file content is: JAVA_TOOL_OPTIONS="-Dnetwork.node-uri=http://<my node ip>:9053 -Dexchange.mnemonic='<my ergo mnemonic>' "

In my setup, it worked only when I added ' in the node-uri. To avoid this issue, I suggest it to be changed to the following content:
JAVA_TOOL_OPTIONS="-Dnetwork.node-uri='http://<my node ip>:9053' -Dexchange.mnemonic='<my ergo mnemonic>' "

@ccgarant
Copy link

What kind of errors did you get without the quotes?

I actually used your recommendation and my bot is running. The Ergo Node also have the ip:9053 in quotes in the ergo.conf file too, so I thought you were correct. Will report back how it goes.

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