mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 14:50:23 +08:00
Merge pull request #576 from lightbend/wip-575-1
#575 Remove wording about apps having reference.conf
This commit is contained in:
commit
32a2fb26dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user