|
@@ -1,18 +1,32 @@
|
|
|
-rpc_url = "127.0.0.1:7777"
|
|
|
|
|
|
|
+rpc_url = "127.0.0.1:9000"
|
|
|
gateway_url = "127.0.0.1:3333"
|
|
gateway_url = "127.0.0.1:3333"
|
|
|
gateway_subscriber_url = "127.0.0.1:4444"
|
|
gateway_subscriber_url = "127.0.0.1:4444"
|
|
|
log_path = "/tmp/cashierd.log"
|
|
log_path = "/tmp/cashierd.log"
|
|
|
password = "TEST_PASSWORD"
|
|
password = "TEST_PASSWORD"
|
|
|
client_password = "TEST_PASSWORD"
|
|
client_password = "TEST_PASSWORD"
|
|
|
|
|
|
|
|
|
|
+# Whether to listen with TLS or plain TCP
|
|
|
|
|
+use_tls = false
|
|
|
|
|
+
|
|
|
|
|
+# Path to DER-formatted PKCS#12 archive.
|
|
|
|
|
+# This can be created using openssl:
|
|
|
|
|
+# openssl pkcs12 -export -out identity.pfx -inkey key.pem -in cert.pem -certfile chain_certs.pem
|
|
|
|
|
+tls_identity_path = "~/.config/darkfi/darkfid_identity.pfx"
|
|
|
|
|
+
|
|
|
|
|
+# Password for the created identity
|
|
|
|
|
+tls_identity_password = "FOOBAR"
|
|
|
|
|
+
|
|
|
[[networks]]
|
|
[[networks]]
|
|
|
-name = "btc"
|
|
|
|
|
|
|
+name = "sol"
|
|
|
blockchain = "testnet"
|
|
blockchain = "testnet"
|
|
|
|
|
|
|
|
[[networks]]
|
|
[[networks]]
|
|
|
-name = "sol"
|
|
|
|
|
|
|
+name = "btc"
|
|
|
blockchain = "testnet"
|
|
blockchain = "testnet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+
|