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

22 lines
434 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"
}
2017-06-02 10:07:25 +00:00
},
"memcached": {
"host": "localhost",
"port": 11211
2017-06-01 10:09:25 +00:00
}
}