Files: 6f1d3592ba64d918f5d7cb0b098cecb17a41149c / truffle-config.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