Integrate basic configuration functionality

This commit is contained in:
mkl
2016-02-22 21:24:56 -05:00
committed by Olaoluwa Osuntokun
parent 48667bdcbe
commit e07086a523
4 changed files with 131 additions and 21 deletions

View File

@@ -40,6 +40,7 @@ type Config struct {
RpcHost string // localhost:18334
RpcUser string
RpcPass string
RpcNoTLS bool
RPCCert string
RPCKey string