Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 869 Bytes

configuration.md

File metadata and controls

18 lines (12 loc) · 869 Bytes

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 : @@snip reference.conf

akka-http : @@snip reference.conf

akka-http-caching : @@snip reference.conf

The other Akka HTTP modules do not offer any configuration via Typesafe Config.