yeshijie 7 rokov pred
rodič
commit
09a5e7e2cc

+ 2 - 2
src/server/resources/config/config.prod.js

@ -12,7 +12,7 @@ let imDbConfig = {
// Redis
let redisConfig = {
    host: '11.1.2.20',
    host: '11.1.2.22',
    port: 6390,
    db: 1,
    password:'Kb6wKDQP1W4'
@ -25,7 +25,7 @@ let redisConfig = {
// };
// 内网Redis
let innerRedisConfig = {
    host: '11.1.2.20',
    host: '11.1.2.22',
    port: 6390,
    db: 1,
    password:'Kb6wKDQP1W4'