This is an automated email from the ASF dual-hosted git repository. kittohoward pushed a commit to branch update_open-api in repository https://gitbox.apache.org/repos/asf/incubator-milagro-dta.git
commit 19a33ba3860e0f9684448373d64ca6718b483a9f Author: howardkitto <[email protected]> AuthorDate: Thu Aug 29 14:53:18 2019 +0100 Add public IPFS health warining --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 992ea89..d2c8b84 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ go get github.com/stretchr/testify/assert ## Run Service -This script will build the service +This script will build the service with default settings including an embeded IPFS node connected to a Public IPFS network. This will get you up and running quickly but will turn your D-TA into a public IPFS relay. **Not recommended for production use!** ``` ./build.sh
