Skip to content

Commit

Permalink
codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Apr 6, 2021
1 parent e3312ef commit 4d3ba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/http/http_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const configSchema = schema.object(
}),
host: schema.string({
defaultValue: 'localhost',
hostname: true
hostname: true,
}),
maxPayload: schema.byteSize({
defaultValue: '1048576b',
Expand Down

0 comments on commit 4d3ba44

Please sign in to comment.