truffle.js 130 B

123456789
  1. module.exports = {
  2. networks: {
  3. development: {
  4. host: "localhost",
  5. port: 8545,
  6. network_id: "*"
  7. }
  8. }
  9. };