gemercheung 3 роки тому
батько
коміт
5fe0bc8db9
3 змінених файлів з 9 додано та 9 видалено
  1. 4 4
      config.dev.yaml
  2. 1 1
      config.production.yaml
  3. 4 4
      config.yaml

+ 4 - 4
config.dev.yaml

@@ -23,11 +23,11 @@ redis:
   db: 9
 
 queueRedis:
-  port: 26379
-  host: '192.168.0.47' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
-  password: '' # 非远程不需要密码
+  port: 6379
+  host: 'localhost' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
+  password: 'redis9394' # 非远程不需要密码
   decode_responses: true
-  db: 16
+  db: 14
 
 stun:
   server: ['stun:172.18.156.41:3478', 'stun:120.24.252.95:3478']

+ 1 - 1
config.production.yaml

@@ -20,7 +20,7 @@ queueRedis:
   host: '221.4.210.172' #远程调试需要设置bindip 为0.0.0.0 并且设置密码
   password: '' # 非远程不需要密码
   decode_responses: true
-  db: 16
+  db: 14
 
 # redis:
 #   port: 6379

+ 4 - 4
config.yaml

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