mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
Add maxRequestHeaderSize to server.applicationConnectors section in OpenMetaData default config file (#21346)
Co-authored-by: Pavlov Pavel <pavlovpk@tutu.tech> Co-authored-by: Matias Puerta <matias@getcollate.io>
This commit is contained in:
parent
56b1719494
commit
9db5a3daa9
@ -27,6 +27,7 @@ server:
|
||||
- type: http
|
||||
bindHost: ${SERVER_HOST:-0.0.0.0}
|
||||
port: ${SERVER_PORT:-8585}
|
||||
maxRequestHeaderSize: ${MAX_REQUEST_HEADER_SIZE:-8KiB}
|
||||
adminConnectors:
|
||||
- type: http
|
||||
bindHost: ${SERVER_HOST:-0.0.0.0}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user