Update README.md
This commit is contained in:
parent
28c70a2c14
commit
a28c5cf042
@ -90,6 +90,7 @@ Pushpoold
|
|||||||
|
|
||||||
Please ensure the passwords are read from the proper table by adding this to your configuration:
|
Please ensure the passwords are read from the proper table by adding this to your configuration:
|
||||||
|
|
||||||
|
```
|
||||||
# database settings
|
# database settings
|
||||||
"database" : {
|
"database" : {
|
||||||
"engine" : "mysql",
|
"engine" : "mysql",
|
||||||
@ -100,7 +101,7 @@ Please ensure the passwords are read from the proper table by adding this to you
|
|||||||
"sharelog" : true,
|
"sharelog" : true,
|
||||||
"stmt.pwdb":"SELECT `password` FROM `workers` WHERE `username` = ?",
|
"stmt.pwdb":"SELECT `password` FROM `workers` WHERE `username` = ?",
|
||||||
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
|
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
|
||||||
},```
|
},
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user