github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/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 }}