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

20 lines
421 B
Plaintext
Raw Normal View History

2017-06-01 10:09:25 +00:00
{
2017-06-05 06:41:32 +00:00
"public_domain": "http://localhost:3000",
2017-06-04 03:54:25 +00:00
"port": 3000,
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"
}
}
}