update example config file with the new options

This commit is contained in:
Jethro Grassie 2019-11-22 23:01:07 -05:00
parent 88ac5af85b
commit 3925e827ba
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB
2 changed files with 6 additions and 5 deletions

1
TODO
View File

@ -3,6 +3,5 @@ Things to work on:
- Offload payout processing to a separate thread (appears not needed, test
more)
- Offload RPC requests to a separate thread (appears not needed, test more)
- Add daemonizing option (for those too lazy to nohup or use tmux/screen)
[//]: # ( vim: set tw=80: )

View File

@ -13,3 +13,5 @@ log-level = 5
webui-port = 4243
disable-self-select = 0
data-dir = ./data
pid-file =
forked = 0