mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 14:14:22 +01:00
Fixes config templates
Removes quotation marks ("") from strings in the template config files
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
[teos]
|
[teos]
|
||||||
TEOS_SERVER = "localhost"
|
TEOS_SERVER = localhost
|
||||||
TEOS_PORT = 9814
|
TEOS_PORT = 9814
|
||||||
|
|
||||||
|
|||||||
@@ -1,13 +1,13 @@
|
|||||||
[bitcoind]
|
[bitcoind]
|
||||||
btc_rpc_user = "user"
|
btc_rpc_user = user
|
||||||
btc_rpc_passwd = "passwd"
|
btc_rpc_passwd = passwd
|
||||||
btc_rpc_connect = "localhost"
|
btc_rpc_connect = localhost
|
||||||
btc_rpc_port = 8332
|
btc_rpc_port = 8332
|
||||||
btc_network = "mainnet"
|
btc_network = mainnet
|
||||||
|
|
||||||
# [zmq]
|
# [zmq]
|
||||||
feed_protocol = "tcp"
|
feed_protocol = tcp
|
||||||
feed_connect = "127.0.0.1"
|
feed_connect = 127.0.0.1
|
||||||
feed_port = 28332
|
feed_port = 28332
|
||||||
|
|
||||||
[teos]
|
[teos]
|
||||||
|
|||||||
Reference in New Issue
Block a user