=doc typesafe config is still named typesafe
This commit is contained in:
parent
889e0a670e
commit
fc8dd46014
3 changed files with 4 additions and 4 deletions
|
|
@ -14,7 +14,7 @@ might amend:
|
||||||
* definition of routers
|
* definition of routers
|
||||||
* tuning of dispatchers
|
* tuning of dispatchers
|
||||||
|
|
||||||
Akka uses the `Lightbend Config Library
|
Akka uses the `Typesafe Config Library
|
||||||
<https://github.com/typesafehub/config>`_, which might also be a good choice
|
<https://github.com/typesafehub/config>`_, which might also be a good choice
|
||||||
for the configuration of your own application or library built with or without
|
for the configuration of your own application or library built with or without
|
||||||
Akka. This library is implemented in Java with no external dependencies; you
|
Akka. This library is implemented in Java with no external dependencies; you
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Just like any other Akka module Akka HTTP is configured via `Lightbend Config`_.
|
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
|
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.
|
differ from the default ones provided by the reference configuration files from the individual Akka modules.
|
||||||
|
|
||||||
|
|
@ -25,4 +25,4 @@ akka-http
|
||||||
|
|
||||||
The other Akka HTTP modules do not offer any configuration via `Typesafe Config`_.
|
The other Akka HTTP modules do not offer any configuration via `Typesafe Config`_.
|
||||||
|
|
||||||
.. _Typesafe Config: https://github.com/typesafehub/config
|
.. _Typesafe Config: https://github.com/typesafehub/config
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Just like any other Akka module Akka HTTP is configured via `Lightbend Config`_.
|
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
|
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.
|
differ from the default ones provided by the reference configuration files from the individual Akka modules.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue