Configuration
Just like any other Akka module Akka HTTP is configured via Typesafe Config.
Usually this means that you provide an application.conf
which contains all the application-specific settings that
differ from the default ones provided by the reference configuration files from the individual Akka modules.
These are the relevant default configuration values for the Akka HTTP modules.
akka-http-core
akka-http
The other Akka HTTP modules do not offer any configuration via Typesafe Config.
Contents