{
	"web": {
		"name": "超级美眉"
	},
	"mysql": {
		"host": "localhost",
		"port": 3306,
		"user": "root",
		"password": "asd123",
		"database": "mm"
	},
	"redis": {
		"host": "localhost",
		"port": 6379,
		"password": "asd123",
		"database": 0
	},
	"mongodb": {
		"host": "localhost",
		"port": 27017,
		"user": "admin",
		"password": "",
		"database": "mm"
	}
}
