pekko/akka-docs/rst/scala/http/configuration.rst

28 lines
841 B
ReStructuredText
Raw Normal View History

.. _akka-http-configuration:
Configuration
=============
Just like any other Akka module Akka HTTP is configured via `Lightbend 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
~~~~~~~~~~~~~~
.. literalinclude:: ../../../../akka-http-core/src/main/resources/reference.conf
:language: none
2015-07-07 16:51:38 +02:00
akka-http
~~~~~~~~~
.. literalinclude:: ../../../../akka-http/src/main/resources/reference.conf
:language: none
The other Akka HTTP modules do not offer any configuration via `Typesafe Config`_.
.. _Typesafe Config: https://github.com/typesafehub/config