mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
chore(server): add server genconfig git status check (#12202)
This commit is contained in:
@@ -54,17 +54,6 @@
|
||||
"desc": "The config for the strict throttler."
|
||||
}
|
||||
},
|
||||
"websocket": {
|
||||
"transports": {
|
||||
"type": "Array",
|
||||
"desc": "The enabled transports for accepting websocket traffics.",
|
||||
"link": "https://docs.nestjs.com/websockets/gateways#transports"
|
||||
},
|
||||
"maxHttpBufferSize": {
|
||||
"type": "Number",
|
||||
"desc": "How many bytes or characters a message can be, before closing the session (to avoid DoS)."
|
||||
}
|
||||
},
|
||||
"auth": {
|
||||
"allowSignup": {
|
||||
"type": "Boolean",
|
||||
@@ -147,6 +136,17 @@
|
||||
"desc": "The config of storage for all uploaded blobs(images, videos, etc.)."
|
||||
}
|
||||
},
|
||||
"websocket": {
|
||||
"transports": {
|
||||
"type": "Array",
|
||||
"desc": "The enabled transports for accepting websocket traffics.",
|
||||
"link": "https://docs.nestjs.com/websockets/gateways#transports"
|
||||
},
|
||||
"maxHttpBufferSize": {
|
||||
"type": "Number",
|
||||
"desc": "How many bytes or characters a message can be, before closing the session (to avoid DoS)."
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"name": {
|
||||
"type": "String",
|
||||
|
||||
Reference in New Issue
Block a user