UNPKG

504 BJSONView Raw
1{
2 "type": "kettle.tests.multiConfig.head.config",
3 "options": {
4 "gradeNames": ["kettle.multiConfig.config"],
5 "configs": {
6 "sourceConfig": {
7 "configName": "kettle.tests.multiConfig.source.config",
8 "configPath": "%kettle/tests/configs"
9 },
10 "targetConfig": {
11 "configName": "kettle.tests.multiConfig.target.config",
12 "configPath": "%kettle/tests/configs"
13 }
14 }
15 }
16}