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

     1  {
     2  	"services": [
     3  		{
     4  			"name": "service1",
     5  			"path": ".",
     6  			"requiresSudo": true,
     7  			"commands": {
     8  				"build": "buildCmd",
     9  				"launch": "launchCmd",
    10  				"stop": "stopCmd"
    11  			},
    12  			"log_properties": {
    13  				"started": "startedProperty"
    14  			}
    15  		},
    16  		{
    17  			"name": "service2",
    18  			"aliases": ["service1"],
    19  			"path": ".",
    20  			"requiresSudo": true,
    21  			"commands": {
    22  				"build": "buildCmd",
    23  				"launch": "launchCmd",
    24  				"stop": "stopCmd"
    25  			},
    26  			"log_properties": {
    27  				"started": "startedProperty"
    28  			}
    29  		}
    30  	]
    31  }