module.exports = {
	"engine": "ejs",
	"encoding": "utf-8",
	"viewPath": "./src",
	"destPath": "./htmls",
	"mockPath": "./mocks",

	# Global share variables
	"globals": {
		"basePath": "http://app.changyou.com"
	}
}
