mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-01 11:29:49 +08:00
9432602727
* impr: add selfhosting using docker only * add recaptcha config and docs * add documentation on the backend-configuration.json file, remove ---redacted--- from example config --------- Co-authored-by: Jack <jack@monkeytype.com>
16 lines
235 B
JSON
16 lines
235 B
JSON
{
|
|
"configuration": {
|
|
"results": {
|
|
"savingEnabled": true
|
|
},
|
|
"users": {
|
|
"signUp": false,
|
|
"profiles": {
|
|
"enabled": false
|
|
}
|
|
},
|
|
"dailyLeaderboards": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|