Skip to content

Commit

Permalink
Fixed port number
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankie committed Apr 2, 2014
1 parent e28e820 commit a72e87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import landerdb

relay = 0
brokers = [{"ip":"zcoin.zapto.org", "port":6564}]
brokers = [{"ip":"zcoin.zapto.org", "port":6565}]
version = "0.2.1"
host = "0.0.0.0"
port = 6565
Expand Down

0 comments on commit a72e87d

Please sign in to comment.