Skip to content

Commit

Permalink
Add missing neo-python config value (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
revett authored Sep 17, 2018
1 parent 046c115 commit b3f2e52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions notifications-server.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}
},
"ApplicationConfiguration": {
"AcceptIncomingPeers": false,
"DataDirectoryPath": "Chains/privnet",
"NotificationDataPath": "Chains/privnet_notif",
"RPCPort": 20332,
Expand Down

0 comments on commit b3f2e52

Please sign in to comment.