From b3f2e52034bae5310d001ce3a1af7004302e3b31 Mon Sep 17 00:00:00 2001 From: Charlie Revett <2796074+revett@users.noreply.github.com> Date: Mon, 17 Sep 2018 19:06:28 +0100 Subject: [PATCH] Add missing neo-python config value (#48) --- VERSION | 2 +- docker-compose.yml | 2 +- notifications-server.config.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index a918a2a..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/docker-compose.yml b/docker-compose.yml index 1533d4b..9218ef5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -66,7 +66,7 @@ services: container_name: notifications-server depends_on: - neo-nodes - image: cityofzion/neo-python:v0.7.7 + image: cityofzion/neo-python ports: - "8080:8080" volumes: diff --git a/notifications-server.config.json b/notifications-server.config.json index d357fbe..ddf83aa 100644 --- a/notifications-server.config.json +++ b/notifications-server.config.json @@ -25,6 +25,7 @@ } }, "ApplicationConfiguration": { + "AcceptIncomingPeers": false, "DataDirectoryPath": "Chains/privnet", "NotificationDataPath": "Chains/privnet_notif", "RPCPort": 20332,