github.com/rumhocker/blockbook@v0.3.2/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 }}