* Update decred.json change config path to decred.conf * Create decred.conf * Create decred_client.conf * Update decred.json * Update decred.conf * Update decred.conf * Update decred_client.conf
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
{{define "main" -}}
|
|
[Application Options]
|
|
nofilelogging=1
|
|
notls=1
|
|
txindex=1
|
|
addrindex=1
|
|
rpcuser={{.IPC.RPCUser}}
|
|
rpcpass={{.IPC.RPCPass}}
|
|
rpclisten=[127.0.0.1]:{{.Ports.BackendRPC}}
|
|
{{ end }}
|