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

Commit

Permalink
Updated truffle.js for Ganache-based tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyOneJMJQ committed Dec 18, 2017
1 parent 0d2a812 commit 14fbf64
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion truffle.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// 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
}
}
};

0 comments on commit 14fbf64

Please sign in to comment.