Files: f2a03a4aae91e02d02fee5cd7f98af7b3fb78213 / truffle.js
194 bytesRaw
1 | module.exports = { |
2 | migrations_directory: "./migrations", |
3 | networks: { |
4 | development: { |
5 | host: "localhost", |
6 | port: 8545, |
7 | network_id: "*" // Match any network id |
8 | } |
9 | } |
10 | }; |
11 |
Built with git-ssb-web