Files: 9c5e476770c6ad80f8b4c419dc3cd196f8e88259 / 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