{
	"server": {
		"port": 3000
	},
	"remotes": [{
		"path": "",
		"controller": "videohub",
		"url": "",
		"auth": {
			"user": "",
			"password": ""
		},
		"header": {
			"Accept": "application/json"
		}
	}],
	"marked": {
		"gfm": true,
		"tables": true,
		"breaks": false,
		"pedantic": false,
		"sanitize": true,
		"smartLists": true,
		"smartypants": false
	}
}