This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
qoverflow/server/config.json

15 lines
323 B
JSON

{
"askQuestion": 1,
"answerQuestion": 2,
"upvoteQuestion": 5,
"downvoteQuestion": 1,
"upvoteAnswer": 10,
"downvoteAnswer": 5,
"userDownvotes": 1,
"acceptAnswer": 15,
"mailExpires": 10000,
"userExpires": 100000,
"errorGeneric": "Oops! Something went wrong! Please try again."
}