mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
fix(config): 🐛 Make some default config values more sensible
This commit is contained in:
parent
f9dcbb1be8
commit
c0805ff125
3 changed files with 16 additions and 21 deletions
|
|
@ -578,7 +578,7 @@
|
|||
},
|
||||
"max_bio_size": {
|
||||
"type": "integer",
|
||||
"default": 160
|
||||
"default": 5000
|
||||
},
|
||||
"max_note_size": {
|
||||
"type": "integer",
|
||||
|
|
@ -642,8 +642,7 @@
|
|||
"type": "string"
|
||||
},
|
||||
"default": [
|
||||
".well-known",
|
||||
"~",
|
||||
"well-known",
|
||||
"about",
|
||||
"activities",
|
||||
"api",
|
||||
|
|
@ -1932,7 +1931,7 @@
|
|||
"additionalProperties": false,
|
||||
"default": {
|
||||
"max_displayname_size": 50,
|
||||
"max_bio_size": 160,
|
||||
"max_bio_size": 5000,
|
||||
"max_note_size": 5000,
|
||||
"max_avatar_size": 5000000,
|
||||
"max_header_size": 5000000,
|
||||
|
|
@ -1948,8 +1947,7 @@
|
|||
"max_field_name_size": 1000,
|
||||
"max_field_value_size": 1000,
|
||||
"username_blacklist": [
|
||||
".well-known",
|
||||
"~",
|
||||
"well-known",
|
||||
"about",
|
||||
"activities",
|
||||
"api",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue