github.com/mattevans/edward@v1.9.2/config/testdata/test2.json (about)

     1  {
     2  	"imports": [
     3  		"imports1/import1.json",
     4  		"imports2/import2.json"
     5  	],
     6  	"services": [
     7  		{
     8  			"name": "service1",
     9  			"path": ".",
    10  			"requiresSudo": true,
    11  			"commands": {
    12  				"build": "buildCmd",
    13  				"launch": "launchCmd",
    14  				"stop": "stopCmd"
    15  			},
    16  			"log_properties": {
    17  				"started": "startedProperty"
    18  			}
    19  		}
    20  	],
    21  	"groups": [
    22  		{
    23  			"name": "group1",
    24  			"children": ["service1"]
    25  		}
    26  	]
    27  }