mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
gateway: Use a URI for configuration.
This will enable us to implement TLS later on without breaking the config scheme.
This commit is contained in:
@@ -18,10 +18,10 @@ tls_identity_path = "~/.config/darkfi/cashierd_identity.pfx"
|
||||
tls_identity_password = "FOOBAR"
|
||||
|
||||
# The endpoint to a gatewayd protocol API
|
||||
gateway_protocol_url = "127.0.0.1:3333"
|
||||
gateway_protocol_url = "tcp://127.0.0.1:3333"
|
||||
|
||||
# The endpoint to a gatewayd publisher API
|
||||
gateway_publisher_url = "127.0.0.1:4444"
|
||||
gateway_publisher_url = "tcp://127.0.0.1:4444"
|
||||
|
||||
# Path to mint.params
|
||||
mint_params_path = "~/.config/darkfi/mint.params"
|
||||
|
||||
@@ -18,10 +18,10 @@ tls_identity_path = "~/.config/darkfi/darkfid_identity.pfx"
|
||||
tls_identity_password = "FOOBAR"
|
||||
|
||||
# The endpoint to a gatewayd protocol API
|
||||
gateway_protocol_url = "127.0.0.1:3333"
|
||||
gateway_protocol_url = "tcp://127.0.0.1:3333"
|
||||
|
||||
# The endpoint to a gatewayd publisher API
|
||||
gateway_publisher_url = "127.0.0.1:4444"
|
||||
gateway_publisher_url = "tcp://127.0.0.1:4444"
|
||||
|
||||
# Path to mint.params
|
||||
mint_params_path = "~/.config/darkfi/mint.params"
|
||||
|
||||
Reference in New Issue
Block a user