fix conf file to use rpcuser/pass

can't use rpcauth with sys relayer
pull/541/head
sidhujag 2020-09-05 11:47:03 -07:00
parent 06e518fe9a
commit 705d32fd8e
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,8 @@ server=1
{{if .Backend.Mainnet}}mainnet=1{{else}}testnet=1{{end}}
nolisten=1
disablewallet=1
rpcuser={{.IPC.RPCUser}}
rpcpassword={{.IPC.RPCPass}}
zmqpubhashtx={{template "IPC.MessageQueueBindingTemplate" .}}
zmqpubhashblock={{template "IPC.MessageQueueBindingTemplate" .}}
@ -26,7 +27,6 @@ addnode={{$node}}
{{- end}}
{{if .Backend.Mainnet}}[main]{{else}}[test]{{end}}
{{generateRPCAuth .IPC.RPCUser .IPC.RPCPass -}}
rpcport={{.Ports.BackendRPC}}
{{end}}

View File

@ -23,7 +23,7 @@
"package_revision": "satoshilabs-1",
"system_user": "syscoin",
"version": "4.2.0.0",
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v4.2.0/syscoin-4.2.0-x86_64-linux-gnu.tar.gz",
"binary_url": "https://github.com/syscoin/syscoin/releases/download/v4.2.0/syscoin-4.2.0-nowallet-86_64-linux-gnu.tar.gz",
"verification_type": "gpg-sha256",
"verification_source": "https://github.com/syscoin/syscoin/releases/download/v4.2.0/SHA256SUMS.asc",
"extract_command": "tar -C backend --strip 1 -xf",