{
	"listenPort": 8080,
	"debugInputMaps": true,
	"corsOptions": {
		"optionsSuccessStatus": 200,
		"origin": "http://localhost:4200",
		"allowedHeaders": [
			"Location",
			"Cache-Control",
			"Content-Language",
			"Content-Type",
			"Expires",
			"Last-Modified",
			"Pragma"
		],
		"exposedHeaders": [
			"Location",
			"Cache-Control",
			"Content-Language",
			"Content-Type",
			"Expires",
			"Last-Modified",
			"Pragma"
		]
	}
}