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

Allow for BASE_NODE_URL to be taken from env #413

Open
0xMimir opened this issue Sep 14, 2023 · 0 comments
Open

Allow for BASE_NODE_URL to be taken from env #413

0xMimir opened this issue Sep 14, 2023 · 0 comments

Comments

@0xMimir
Copy link

0xMimir commented Sep 14, 2023

Currently in shared/api/api-client.js BASE_NODE_URL is hardcoded in following line

export const BASE_NODE_URL = 'http://localhost:9009'

This doesn't allow for idena web to be runned with preset idena node, for example node running on different address or using different port, I know that url can be changed in UI, but it would still be nice if it could be preset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant