mardambey/mypipe

Rename `application.conf` to `reference.conf`

yeputons opened this issue · 2 comments

If you build the library into jar and try to use it in an application, you'll most probably end up with error about having two application.confs, if you call sbt assembly

As typesafe config's documentation suggests, libraries should ship with reference.conf, not application.conf, which is used by final applications to override libraries' defaults.

For example, Akka Actors do that

Is there any reason for mypipe to use application.conf, not reference.conf?

Oh, I'm talking about mypipe-api primarily, but I guess the same can be applied to other libraries (if any).

Closed via #19