17 lines
362 B
JavaScript
17 lines
362 B
JavaScript
const config = {
|
|
db: {
|
|
host: "192.168.0.210",
|
|
user: "siong_cm",
|
|
password: "hengserver",
|
|
database: "siong_cm",
|
|
port: 3306
|
|
},
|
|
cm_config : {
|
|
super_agent_id : "13sa0001a",
|
|
super_agent_password : "Wenwen12345",
|
|
safe_password : "Wenwen12345"
|
|
}
|
|
}
|
|
|
|
module.exports = config;
|