Hi Konrad, Naturally - I am aware that the defaults ARE defaults. But for the purpose of documenting the config and providing the alternative choices too (Which the example configs do a pretty good job of) It "seemed harmless" to literally include the default values.
But I am certainly happy with only include the config you need, when you need it. Thanks for the help. -Gavin. On Saturday, 7 January 2017 00:15:51 UTC+11, Konrad Malawski wrote: > > > "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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
