Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Sep 5, 2023
1 parent f53cffa commit 7258888
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/backend/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ type Source = {

maxFileSize?: number;

accesslog?: string;

clusterLimit?: number;

id: string;
Expand Down Expand Up @@ -132,7 +130,6 @@ export type Config = {
proxyBypassHosts: string[] | undefined;
allowedPrivateNetworks: string[] | undefined;
maxFileSize: number | undefined;
accesslog: string | undefined;
clusterLimit: number | undefined;
id: string;
outgoingAddress: string | undefined;
Expand Down Expand Up @@ -236,7 +233,6 @@ export function loadConfig(): Config {
proxyBypassHosts: config.proxyBypassHosts,
allowedPrivateNetworks: config.allowedPrivateNetworks,
maxFileSize: config.maxFileSize,
accesslog: config.accesslog,
clusterLimit: config.clusterLimit,
outgoingAddress: config.outgoingAddress,
outgoingAddressFamily: config.outgoingAddressFamily,
Expand Down

0 comments on commit 7258888

Please sign in to comment.