Skip to content

Config Improvements

Compare
Choose a tag to compare
@binarymason binarymason released this 18 Jul 13:33
· 4 commits to master since this release
  • user can specify their own SSL cert and key in bashrpc.yml file:
# bashrpc.yml

key: /path/to/ssl.key
cert: /path/to/ssl.cert
  • CLI overrides are possible. Now CLI flags take priority over config values.