Update README.md

This commit is contained in:
Sebastian Grewe 2013-05-14 23:55:12 +02:00
parent 28c70a2c14
commit a28c5cf042

View File

@ -90,6 +90,7 @@ Pushpoold
Please ensure the passwords are read from the proper table by adding this to your configuration:
```
# database settings
"database" : {
"engine" : "mysql",
@ -100,7 +101,7 @@ Please ensure the passwords are read from the proper table by adding this to you
"sharelog" : true,
"stmt.pwdb":"SELECT `password` FROM `workers` WHERE `username` = ?",
"stmt.sharelog":"INSERT INTO shares (rem_host, username, our_result, upstream_result, reason, solution) VALUES (?, ?, ?, ?, ?, ?)"
},```
},
```