Created
May 5, 2021 18:52
-
-
Save AndyWatt83/fc47f1ecc97d0ac9aff3acae6f21f691 to your computer and use it in GitHub Desktop.
Truffle Config for Docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
networks: { | |
development: { | |
host: "ganache-cli", | |
port: 8545, | |
network_id: "57771", | |
}, | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment