We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b443b1 commit 62d9a4cCopy full SHA for 62d9a4c
config-examples/src/main/java/io/scalecube/config/examples/PredicateOrderingConfigExample.java
@@ -32,8 +32,9 @@ public static void main(String[] args) {
32
ConfigRegistry configRegistry =
33
ConfigRegistry.create(
34
ConfigRegistrySettings.builder()
35
+ .addLastSource("sysProps", new SystemPropertiesConfigSource())
36
.addLastSource(
- "customSys",
37
+ "customSysProps",
38
new SystemPropertiesConfigSource(new ClassPathConfigSource(customSysPredicate)))
39
40
"classpath",
0 commit comments