diff --git a/truffle.js b/truffle.js index a6330d6..8cc069f 100644 --- a/truffle.js +++ b/truffle.js @@ -1,4 +1,11 @@ module.exports = { // See - // to customize your Truffle configuration! + // for more about customizing your Truffle configuration! + networks: { + development: { + host: "127.0.0.1", + port: 7545, + network_id: "*" // Match any network id + } + } };