blob: 4fa48b7b8f84c857c1db0b95e8e47e273bc92df7 [file]
# SPDX-License-Identifier: Apache-2.0
pekko.http {
client.http2 {
log-frames = true
}
server {
default-host-header = "localhost.com"
preview.enable-http2 = on
remote-address-attribute = on
}
}