gemercheung 3 лет назад
Родитель
Сommit
9016f0c340
2 измененных файлов с 14 добавлено и 0 удалено
  1. 7 0
      config.dev.yaml
  2. 7 0
      config.production.yaml

+ 7 - 0
config.dev.yaml

@@ -22,6 +22,13 @@ redis:
   decode_responses: true
   db: 9
 
+queueRedis:
+  port: 26379
+  host: '192.168.0.47' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
+  password: '' # 非远程不需要密码
+  decode_responses: true
+  db: 16
+
 stun:
   server: ['stun:172.18.156.41:3478', 'stun:120.24.252.95:3478']
   portRangeBegin: 52000

+ 7 - 0
config.production.yaml

@@ -15,6 +15,13 @@ redis:
   decode_responses: true
   db: 9
 
+queueRedis:
+  port: 26379
+  host: '221.4.210.172' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
+  password: '' # 非远程不需要密码
+  decode_responses: true
+  db: 16
+
 # redis:
 #   port: 6379
 #   host: '192.168.0.47' #远程调试需要设置bindip 为0.0.0.0 并且设置密码