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

32 lines
680 B
Plaintext

{
"public_domain": "http://localhost:3000",
"port": 3000,
"db": {
"mysql": {
"user": "root",
"pass": "",
"host": "localhost",
"port": 3306,
"dbname": "lora"
},
"mongo": {
"user": "",
"pass": "",
"host": "localhost",
"port": 27017,
"dbname": "lora"
}
},
"memcache":{
"host": "dyn.trj.tw",
"port": 24002
},
"smtp": {
"sys_mail": "admin@localhost",
"host": "localhost",
"port": 587,
"secure": false,
"user": "admin",
"pass": "pass"
}
}