Config Improvements
·
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.