Add intro in config docs, see #2756
(cherry picked from commit f79b38771fa009b7bc9666cb784be81fcdd7480e)
This commit is contained in:
parent
e9a0879497
commit
ba9e477734
1 changed files with 11 additions and 0 deletions
|
|
@ -3,6 +3,17 @@
|
|||
Configuration
|
||||
=============
|
||||
|
||||
You can start using Akka without defining any configuration, since sensible default values
|
||||
are provided. Later on you might need to amend the settings to change the default behavior
|
||||
or adapt for specific runtime environments. Typical examples of settings that you
|
||||
might amend:
|
||||
|
||||
* log level and logger backend
|
||||
* enable remoting
|
||||
* message serializers
|
||||
* definition of routers
|
||||
* tuning of dispatchers
|
||||
|
||||
Akka uses the `Typesafe Config Library
|
||||
<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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue