提交 74278c484acf2bb5acead67ed040f0c994f2a7e1

作者 juvenile
1 个父辈 5516cfd1

redis密码配置

正在显示 1 个修改的文件 包含 14 行增加14 行删除
... ... @@ -134,7 +134,7 @@ exports = module.exports = function () {
134 134 redis: {
135 135 host: '192.168.2.70',
136 136 port: 38888,
137   - pass: 'Q*Kr4?#Rg!',
  137 + pass: 'Workai123',
138 138 maxAge: maxAge
139 139 },
140 140 output: {
... ... @@ -204,7 +204,7 @@ exports = module.exports = function () {
204 204 prefix: 'igloo_production_test_develop',
205 205 host: '172.21.0.8',
206 206 port: 38888,
207   - pass: 'Q*Kr4?#Rg!'
  207 + pass: 'Workai123'
208 208 },
209 209 logger: {
210 210 'console': true,
... ... @@ -282,8 +282,8 @@ exports = module.exports = function () {
282 282 redis: {
283 283 prefix: 'igloo_production',
284 284 host: '127.0.0.1',
285   - port: 38888,
286   - pass: 'Q*Kr4?#Rg!'
  285 + port: 6379,
  286 + pass: 'Workai123'
287 287 },
288 288 csrf: {
289 289 enabled: true,
... ... @@ -338,7 +338,7 @@ exports = module.exports = function () {
338 338 prefix: 'igloo_production_recruitIterative',
339 339 host: '127.0.0.1',
340 340 port: 38888,
341   - pass: 'Q*Kr4?#Rg!'
  341 + pass: 'Workai123'
342 342 },
343 343 csrf: {
344 344 enabled: true,
... ... @@ -388,7 +388,7 @@ exports = module.exports = function () {
388 388 prefix: 'igloo_production_hroRecruit',
389 389 host: '127.0.0.1',
390 390 port: 38888,
391   - pass: 'Q*Kr4?#Rg!'
  391 + pass: 'Workai123'
392 392 },
393 393 csrf: {
394 394 enabled: true,
... ... @@ -439,7 +439,7 @@ exports = module.exports = function () {
439 439 host: '172.26.212.124', //外服环境
440 440 // host: '127.0.0.1',
441 441 port: 38888,
442   - pass: 'Q*Kr4?#Rg!'
  442 + pass: 'Workai123'
443 443 },
444 444 csrf: {
445 445 enabled: true,
... ... @@ -489,7 +489,7 @@ exports = module.exports = function () {
489 489 prefix: 'igloo_production_hroSalary',
490 490 host: '172.26.212.124',
491 491 port: 38888,
492   - pass: 'Q*Kr4?#Rg!'
  492 + pass: 'Workai123'
493 493 },
494 494 csrf: {
495 495 enabled: true,
... ... @@ -537,7 +537,7 @@ exports = module.exports = function () {
537 537 prefix: 'igloo_production_sipolicyIterative',
538 538 host: '127.0.0.1',
539 539 port: 38888,
540   - pass: 'Q*Kr4?#Rg!'
  540 + pass: 'Workai123'
541 541 },
542 542 logger: {
543 543 'console': true,
... ... @@ -572,7 +572,7 @@ exports = module.exports = function () {
572 572 prefix: 'igloo_production_hroSipolicy',
573 573 host: '127.0.0.1',
574 574 port: 38888,
575   - pass: 'Q*Kr4?#Rg!'
  575 + pass: 'Workai123'
576 576 },
577 577 logger: {
578 578 'console': true,
... ... @@ -614,7 +614,7 @@ exports = module.exports = function () {
614 614 host: '127.0.0.1',
615 615 // host: '172.26.212.124',
616 616 port: 38888,
617   - pass: 'Q*Kr4?#Rg!'
  617 + pass: 'Workai123'
618 618
619 619 },
620 620 logger: {
... ... @@ -668,7 +668,7 @@ exports = module.exports = function () {
668 668 // host: '127.0.0.1',
669 669 host: '172.26.212.124',
670 670 port: 38888,
671   - pass: 'Q*Kr4?#Rg!'
  671 + pass: 'Workai123'
672 672 },
673 673 logger: {
674 674 'console': true,
... ... @@ -715,7 +715,7 @@ exports = module.exports = function () {
715 715 prefix: 'igloo_production_hroTemp',
716 716 host: '172.21.0.8',
717 717 port: 38888,
718   - pass: 'Q*Kr4?#Rg!'
  718 + pass: 'Workai123'
719 719 },
720 720 logger: {
721 721 'console': true,
... ... @@ -751,7 +751,7 @@ exports = module.exports = function () {
751 751 prefix: 'igloo_production_hroOddjobs',
752 752 host: '192.168.12.188',
753 753 port: 38888,
754   - pass: 'Q*Kr4?#Rg!'
  754 + pass: 'Workai123'
755 755 },
756 756 logger: {
757 757 'console': true,
... ...
注册登录 后发表评论