lora-project/server-api/config.json.default

18 lines
357 B
Plaintext
Raw Normal View History

2017-06-01 10:09:25 +00:00
{
"db": {
"mysql": {
"user": "root",
"pass": "",
"host": "localhost",
"port": 3306,
"dbname": "lora"
},
"mongo": {
"user": "",
"pass": "",
"host": "localhost",
"port": 27017,
"dbname": "lora"
}
}
}