monkeytype/docker/backend-configuration.json
Christian Fehmer 9432602727
impr: add selfhosting using docker only (fehmer) (#5170)
* 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>
2024-03-12 12:02:13 +01:00

16 lines
235 B
JSON

{
"configuration": {
"results": {
"savingEnabled": true
},
"users": {
"signUp": false,
"profiles": {
"enabled": false
}
},
"dailyLeaderboards": {
"enabled": false
}
}
}