module.exports = { // See // to customize your Truffle configuration! networks: { development: { host: "localhost", port: 8545, network_id: "*" // Match any network id } } };