mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
update example config file with the new options
This commit is contained in:
parent
88ac5af85b
commit
3925e827ba
2 changed files with 6 additions and 5 deletions
1
TODO
1
TODO
|
@ -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: )
|
||||
|
|
|
@ -13,3 +13,5 @@ log-level = 5
|
|||
webui-port = 4243
|
||||
disable-self-select = 0
|
||||
data-dir = ./data
|
||||
pid-file =
|
||||
forked = 0
|
||||
|
|
Loading…
Reference in a new issue