Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Dashboard configuration example is wrong #1410

Open
gnidan opened this issue Mar 14, 2023 · 0 comments
Open

Dashboard configuration example is wrong #1410

gnidan opened this issue Mar 14, 2023 · 0 comments
Assignees

Comments

@gnidan
Copy link
Contributor

gnidan commented Mar 14, 2023

In this section of the docs, configuring the Dashboard host/port/etc. is listed as:

module.exports = {
  port: 24012,
  host: "localhost",
  verbose: false,
};

When it should be (IIRC, please verify):

module.exports = {
  // ... rest of truffle-config.js ...

  dashboard: {
    port: 24012,
    host: "localhost",
    verbose: false
  }
};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants