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_SERVER = "localhost"
|
||||
TEOS_SERVER = localhost
|
||||
TEOS_PORT = 9814
|
||||
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
[bitcoind]
|
||||
btc_rpc_user = "user"
|
||||
btc_rpc_passwd = "passwd"
|
||||
btc_rpc_connect = "localhost"
|
||||
btc_rpc_user = user
|
||||
btc_rpc_passwd = passwd
|
||||
btc_rpc_connect = localhost
|
||||
btc_rpc_port = 8332
|
||||
btc_network = "mainnet"
|
||||
btc_network = mainnet
|
||||
|
||||
# [zmq]
|
||||
feed_protocol = "tcp"
|
||||
feed_connect = "127.0.0.1"
|
||||
feed_protocol = tcp
|
||||
feed_connect = 127.0.0.1
|
||||
feed_port = 28332
|
||||
|
||||
[teos]
|
||||
|
||||
Reference in New Issue
Block a user