{
  "name": "meta4beta",
  "version": "0.0.1",
  "home": "src",
  "basePath": "/",
  "host": "localhost",
  "port": 8090,
  "salt": "-change-me-to-anything-",

  "features": {
	"meta4ux": {
	},
	"assets": {
	  "disabled": false,
	  "path": "/",
	  "home": "src/public"
	},
	"machine": {
		"path": "/machine",
		"home": "src/api/machines",
		"repository": "http://nodemachine.org",
		"config": {
			"github": {
				"repo": "meta4",
				"owner": "troven"
			}
		}
	},
	"upload": {
	 "home": "tmp/uploads",
	 "baseURL": "/meta4beta/upload/",
	  "limits": {
		"fieldNameSize": 100,
		"files": 2,
		"fields": 5
	  }
	}
  }
}
