UNPKG

master

Version:

Master is a node web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern

18 lines 367 B
{ "server": { "hostname": "0.0.0.0", "httpPort": 8080, "requestTimeout": 60000 }, "error" : { "404": "/public/404.html", "500": "/public/500.html" }, "demoContext" : { "host": "127.0.0.1", "user": "root", "password": "", "database": "demo", "type": "mysql" } }