"Each Akka module has a reference configuration file with the default
values."

So... What I have done is "literally" take the configuration examples as
individual files and "included" them ALL within *application.conf*

include "akka-actor.conf"
include "akka-agent.conf"
include "akka-camel.conf"[...]


Oh :-) You don't need to do that. The defaults are loaded... by default :-)


Read more about how config works here: https://github.com/typesafehub/config

Basically each project has reference.conf, they all get merged, applied,
and then your application.conf gets applied.
You don't need to touch or import any reference.conf, they're loaded by
default. You only need to override what you want in application.conf

-- 
Konrad `ktoso` Malawski
Akka <http://akka.io> @ Lightbend <http://lightbend.com>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to