play.play-akka-http2-support_3.2.9.5.source-code.reference.conf Maven / Gradle / Ivy
# Copyright (C) from 2022 The Play Framework Contributors , 2011-2021 Lightbend Inc.
# Determines whether HTTP2 is enabled.
play.server.akka.http2 {
enabled = true
enabled = ${?http2.enabled}
}