github.com/dawnbass68/maddcash@v0.0.0-20201001105353-c91c12cb36e5/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 }}