mirror of
https://github.com/lightbend/config.git
synced 2025-01-15 23:01:05 +08:00
cb5017af8b
parse all resources with the requested name in classpath order. also extend SimpleConfigOrigin to distinguish resources by URL
17 lines
489 B
Plaintext
17 lines
489 B
Plaintext
# don't copy anything about how this is done; look at the
|
|
# examples/ directory and the docs for things that should be
|
|
# copied. this is weird test suite stuff.
|
|
|
|
## Here we are testing that this file test01.conf is merged
|
|
## properly with another test01.conf on the classpath
|
|
test-lib {
|
|
fromTestLib = true
|
|
}
|
|
|
|
ints {
|
|
## this would override the other test01.conf if
|
|
## we merged this file first; the test suite
|
|
## is supposed to check this key's value.
|
|
fortyTwo = 900
|
|
}
|