update api

This commit is contained in:
Jay
2017-06-01 18:09:25 +08:00
parent b1f3ea207b
commit e25a4a2acf
8 changed files with 232 additions and 2 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"db": {
"mysql": {
"user": "root",
"pass": "",
"host": "localhost",
"port": 3306,
"dbname": "lora"
},
"mongo": {
"user": "",
"pass": "",
"host": "localhost",
"port": 27017,
"dbname": "lora"
}
}
}