12345678910111213141516171819202122232425262728 |
- const RedisConf = {
- R1 : {
- port: 6380,
- host: "61.160.36.19",
- password: "33fa134e11b",
- db: 5
- }
- }
- const CommonConf = {
- }
- const MongoConf = {
- R1 : {
- port: 27017,
- host: "61.147.187.176",
- username: "ojiatest",
- password: "ojia305",
- dbname: "allstar_home"
- }
- }
- module.exports = {
- RedisConf,
- CommonConf,
- MongoConf
- }
|