mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
correct README statement that include "application" won't work from a file
An earlier change made includes in files fall back to classpath.
This commit is contained in:
parent
8e3f56cd82
commit
38b835d966
@ -118,9 +118,7 @@ affect apps using the default `ConfigFactory.load()`
|
||||
configuration. In the replacement config file, you can use
|
||||
`include "application"` to include the original default config
|
||||
file; after the include statement you could go on to override
|
||||
certain settings. (Caveat: right now includes are relative to the
|
||||
including entity, so `include "application"` would only work from
|
||||
another classpath resource, not from a file or URL.)
|
||||
certain settings.
|
||||
|
||||
## JSON Superset
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user