github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/web3/transfer-through-master/truffle-config.js (about) 1 module.exports = { 2 // See <http://truffleframework.com/docs/advanced/configuration> 3 // to customize your Truffle configuration! 4 5 networks: { 6 geth_testnet: { 7 host: "127.0.0.1", 8 port: 8545, 9 netword_id: "*" 10 } 11 } 12 };