Updates pisa.conf for e2e and circle-ci conf

This commit is contained in:
Sergi Delgado Segura
2020-03-17 11:21:37 +01:00
parent 23dea42bfc
commit 8a0cb4bf2a
2 changed files with 4 additions and 6 deletions

View File

@@ -2,13 +2,13 @@
BTC_RPC_USER = "user"
BTC_RPC_PASSWD = "passwd"
BTC_RPC_HOST = "localhost"
BTC_RPC_PORT = 18445
BTC_RPC_PORT = 18443
BTC_NETWORK = "regtest"
# ZMQ
FEED_PROTOCOL = "tcp"
FEED_ADDR = "127.0.0.1"
FEED_PORT = 28335
FEED_PORT = 28332
# PISA
DATA_FOLDER = "~/.pisa_btc/"