git ssb

0+

dangerousbeans / etherstreams



Tree: e65018bf7531bacb7f75726f8421cb185efd7f17

Files: e65018bf7531bacb7f75726f8421cb185efd7f17 / truffle.js

194 bytesRaw
1module.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