Skip to content

Conversation

@coolaj86
Copy link

@coolaj86 coolaj86 commented Feb 6, 2022

I'm not sure if this is the most up-to-date preferred style.

This example https://github.com/dashevo/dashcore-node/blob/master/regtest/cluster.js seems to suggest that it would be just as well, or perhaps better, to nest the config for the service in the services array:

{
  "services": [
    "name": "dashd",
    "config": {
      "connect": [ /*...*/ ],
    }
  ]
}

This seems to suggest that serviceConfig is deprecated?

Copy link
Collaborator

@shumkov shumkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@shumkov shumkov merged commit b5e08b3 into dashpay:master Sep 19, 2022
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

Successfully merging this pull request may close these issues.

2 participants