Skip to content

Commit ba587e5

Browse files
Adjust spacing in config.example.toml
Co-authored-by: Manuel Iñaki Bilbao <bilbaomanuel98@gmail.com>
1 parent 639d56a commit ba587e5

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

config.example.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,19 +165,19 @@ url = "http://0xa119589bb33ef52acbb8116832bec2b58fca590fe5c85eac5d3230b44d5bc09f
165165
# unlock = false
166166

167167
# Add one entry like this for each Dirk host
168-
#[[signer.dirk.hosts]]
168+
# [[signer.dirk.hosts]]
169169
# Domain name of the server to use in TLS verification, if different from the URL
170170
# OPTIONAL
171-
#server_name = "localhost-1"
171+
# server_name = "localhost-1"
172172
# Complete URL of a Dirk gateway
173-
#url = "https://localhost:8881"
173+
# url = "https://localhost:8881"
174174
# Accounts to use as consensus keys
175-
#accounts = ["Wallet1/Account1", "DistributedWallet/Account1"]
175+
# accounts = ["Wallet1/Account1", "DistributedWallet/Account1"]
176176

177-
#[[signer.dirk.hosts]]
178-
#server_name = "localhost-2"
179-
#url = "https://localhost:8882"
180-
#accounts = ["Wallet2/Account2", "DistributedWallet/Account1"]
177+
# [[signer.dirk.hosts]]
178+
# server_name = "localhost-2"
179+
# url = "https://localhost:8882"
180+
# accounts = ["Wallet2/Account2", "DistributedWallet/Account1"]
181181

182182
# Configuration for how the Signer module should store proxy delegations.
183183
# OPTIONAL

0 commit comments

Comments
 (0)