Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Apr 27, 2024
1 parent 91c1162 commit 8c93ac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ scoold.password_auth_enabled = true
|`scoold.voteup_reward_author`<br>Reputation points given to author of comment or other post as reward when a user upvotes it. | `2` | `Integer`|
|`scoold.answer_approve_reward_author`<br>Reputation points given to author of answer as reward when the question's author accepts it. | `10` | `Integer`|
|`scoold.answer_approve_reward_voter`<br>Reputation points given to author of question who accepted an answer. | `3` | `Integer`|
|`scoold.answer_create_reward_author`<br>Reputation points given to author who added an answer to a question (awarded once per question). | `5` | `Integer`|
|`scoold.post_votedown_penalty_author`<br>Reputation points taken from author of post as penalty when their post was downvoted. | `3` | `Integer`|
|`scoold.post_votedown_penalty_voter`<br>Reputation points taken from the user who downvotes any content. Discourages downvoting slightly. | `1` | `Integer`|
|`scoold.voter_ifhas`<br>Number of votes (up or down) needed from a user for earning the `voter` badge. | `100` | `Integer`|
Expand Down

0 comments on commit 8c93ac8

Please sign in to comment.