github.com/cryptohub-digital/blockbook@v0.3.5-0.20240403155730-99ab40b9104c/build/templates/backend/config/decred.conf (about) 1 {{define "main" -}} 2 [Application Options] 3 nofilelogging=1 4 notls=1 5 txindex=1 6 addrindex=1 7 rpcuser={{.IPC.RPCUser}} 8 rpcpass={{.IPC.RPCPass}} 9 rpclisten=[127.0.0.1]:{{.Ports.BackendRPC}} 10 {{ end }}