{
	"jira": {
		"name": "Display String",
		"uri": "https://jira.yourfqdn.tld/",
		"authentication": {
			"type": "basic",
			"username": "brutus",
			"password": "forthelols"
		}
	},
	"servicenow": {
		"name": "Display String",
		"uri": "https://example.service-now.com/",
		"authentication": {
			"type": "basic",
			"username": "api-user",
			"password": "user's-password"
		}
	},
	"gitlab": {
		"name": "Display String",
		"uri": "https://example.yourfqdn.tld/gitlab/",
		"authentication": {
			"type": "token",
			"field": "PRIVATE-TOKEN",
			"password": "ExampleToken"
		}
	},
	"endpoint": {
		"listen": Port,
		"key": "/path/to/ssl/key",
		"cert": "/path/to/ssl/cert",
		"phrase": "ssl-key-pass-phrase"
	},
	"log": {
		"name": "Example-Name",
		"path": "./test.log",
		"_see": "https://github.com/trentm/node-bunyan"
	}
}
