Skip to content

Commit

Permalink
Uncomment default network configs
Browse files Browse the repository at this point in the history
Offering solution A from trufflesuite/truffle#1726
  • Loading branch information
wbt committed Feb 18, 2019
1 parent bf2fd00 commit 66b4c7d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions truffle-config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
module.exports = {
// Uncommenting the defaults below
// provides for an easier quick-start with Ganache.
// The defaults below provide an easier quick-start with Ganache.
// You can also follow this format for other networks;
// see <http://truffleframework.com/docs/advanced/configuration>
// for more details on how to specify configuration options!
/*
// for more details on how to specify configuration options!
networks: {
development: {
host: "127.0.0.1",
Expand All @@ -17,5 +15,4 @@ module.exports = {
network_id: "*"
}
}
*/
};

0 comments on commit 66b4c7d

Please sign in to comment.