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

Use environment variable to activate local node #36

Merged
merged 4 commits into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. Use 5002 for server port exposed on host instead of 5000 (linux) or 5…

    …555 (mac)
    
    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    79cb48d View commit details
    Browse the repository at this point in the history
  2. Do not use NODE_ENV=production since this mode is buggy in Sourcify.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    45e3b9a View commit details
    Browse the repository at this point in the history
  3. Use env variable USE_LOCAL_NODE to enable Hedera LocalNode as a test …

    …chain.
    
    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4f44c67 View commit details
    Browse the repository at this point in the history
  4. Fix server port for regression test.

    Signed-off-by: Simon Viénot <simon.vienot@icloud.com>
    svienot committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    262438c View commit details
    Browse the repository at this point in the history