truffle.js 73 B

123456
  1. module.exports = {
  2. rpc: {
  3. host: "localhost",
  4. port: 8545
  5. }
  6. };