Skip to content

Commit

Permalink
Merge pull request #576 from lightbend/wip-575-1
Browse files Browse the repository at this point in the history
#575 Remove wording about apps having reference.conf
  • Loading branch information
havocp authored Jul 31, 2018
2 parents 7b9e153 + e436ad9 commit 32a2fb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,6 @@ The idea is that libraries and frameworks should ship with a
`application.conf`, or if they want to create multiple
configurations in a single JVM, they could use
`ConfigFactory.load("myapp")` to load their own `myapp.conf`.
(Applications _can_ provide a `reference.conf` also if they want,
but you may not find it necessary to separate it from
`application.conf`.)

Libraries and frameworks should default to `ConfigFactory.load()`
if the application does not provide a custom `Config` object. This
Expand Down

0 comments on commit 32a2fb2

Please sign in to comment.