{
	"port": 8080,
	"ssl": false,
	"host": "localhost",
	"mailer": {
		"host": "localhost",
		"port": 25
	},
	"jwtSecret": "terces_nekot_twj",
	"mailFrom": "info@example.com",
	"apps": [
		{
			"label": "portal",
			"package": "mitama-portal",
			"path": "/portal",
			"settings": {
				"welcome": "# Welcome\nThis is your workspace."
			}
		}
	]
}
