Skip to content

Commit

Permalink
fix 去掉注释的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
tongchong committed Mar 23, 2023
1 parent 680681e commit bad5de4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/gateway/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { envConfig, str } from "@scow/lib-config";

export const config = envConfig({
RESOLVER: str({ desc: "DNS地址", default: "127.0.0.11" }),
// CLIENT_MAX_BODY_SIZE: str({ desc: "请求文件大小限制", default: "1g" }),

BASE_PATH: str({ desc: "base path", default: "" }),

Expand Down

0 comments on commit bad5de4

Please sign in to comment.