We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b263c7d commit 3a8c5daCopy full SHA for 3a8c5da
backstage/static/api/page/config.html
@@ -40,6 +40,9 @@ <h2>Config.js</h2>
40
debug: true, /* 是否开启Debug模式,如开启,在发生错误时,会在HTTP 500页面内输出详细错误调试信息 */
41
printPostData: true, /* 是否在控制台上打印post数据,用于调试 */
42
43
+ /* POST */
44
+ maxPostSize:2097152, /* 最大post数据的大小 */
45
+
46
/* 静态文件 */
47
allowEmptyExtname: false, /* 是否允许访问无扩展名的静态文件 */
48
allowFileDownload: true, /* 是否允许下载MIME列表以外静态文件 */
0 commit comments