Intelligent-logistics-system/基于Fabric的物流码生成机制/truffle-config.js

14 lines
367 B
JavaScript

module.exports = {
// See <http://truffleframework.com/docs/advanced/configuration>
// for more about customizing your Truffle configuration!
networks: {
development: {
host: "127.0.0.1",
port: 7545,
network_id: "*" // Match any network id
},
develop: {
port: 5777
}
}
};