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

Dashboard configuration example is wrong #1410

@gnidan

Description

@gnidan

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
  }
};

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions