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

32 lines
680 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"
}
2017-06-05 10:25:48 +00:00
},
"memcache":{
"host": "dyn.trj.tw",
"port": 24002
},
2017-06-05 10:25:48 +00:00
"smtp": {
"sys_mail": "admin@localhost",
"host": "localhost",
"port": 587,
"secure": false,
"user": "admin",
"pass": "pass"
2017-06-01 10:09:25 +00:00
}
}