From b8655e31caed3bb6532d0f765e3092bfb6688859 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Fri, 17 Sep 2021 12:22:05 -0700 Subject: [PATCH] Fixing typo in shell script --- ipfs-service-provider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs-service-provider.sh b/ipfs-service-provider.sh index f6739fa..993860e 100755 --- a/ipfs-service-provider.sh +++ b/ipfs-service-provider.sh @@ -10,7 +10,7 @@ export IPFS_WS_PORT=5269 # Production database connection string. #export DBURL=mongodb://localhost:27017/bch-service-dev -export COORD_NAME=ipfs-serive-provider-generic +export COORD_NAME=ipfs-service-provider-generic export MNEMONIC="churn aisle shield silver ladder swear hunt slim pen demand spoil veteran" export DEBUG_LEVEL=1