siong_cm_bot/src/config.js
2025-04-26 06:16:39 +00:00

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;