fix(server): config defaults (#11879)

This commit is contained in:
forehalo
2025-04-22 04:26:28 +00:00
parent a1e338efc1
commit f918573ba8
6 changed files with 46 additions and 9 deletions

View File

@@ -174,7 +174,7 @@
},
"path": {
"type": "String",
"desc": "Subpath where the server get deployed if there is.",
"desc": "Subpath where the server get deployed if there is one.(e.g. /affine)",
"env": "AFFINE_SERVER_SUB_PATH"
}
},