github.com/zenyuk/edward@v1.8.17/config/testdata/test1.json (about)

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