aboutsummaryrefslogtreecommitdiff
path: root/cmd/cashier/config.go
AgeCommit message (Collapse)Author
2016-05-29Use flags as defaults, allow them to override config fileNiall Sheridan
2016-05-29Add validate_tls_certificate option to client configPatrick O'Doherty
To allow for easier development on localhost where one cannot get a root-CA signed TLS certificate, add a new validate_tls_certificate option to the configuration file which optionally allows for certificate chain checking to be disabled.
2016-05-29Use a simple config file for configuring the client.Niall Sheridan