Explorar el Código

[websocket][新增]:ws redis database选用3

release_toaliyun_real
Stormeye Wu hace 7 años
padre
commit
b873063c21
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. +1
    -1
      mallinkWebSocketServer/src/main/resources/application-dev.yml
  2. +1
    -1
      mallinkWebSocketServer/src/main/resources/application-prod.yml
  3. +1
    -1
      mallinkWebSocketServer/src/main/resources/application-test.yml

+ 1
- 1
mallinkWebSocketServer/src/main/resources/application-dev.yml Ver fichero

@@ -32,7 +32,7 @@ spring:
password: ENC(aYJ3Wr2UWtkORRQjjrWWpz2ZeTISsHOA) password: ENC(aYJ3Wr2UWtkORRQjjrWWpz2ZeTISsHOA)
timeout: 3600 timeout: 3600
expire: 1800 #30分钟 expire: 1800 #30分钟
database: 1
database: 3
defaultExpiration: 2592000 # 默认生命周期30天 defaultExpiration: 2592000 # 默认生命周期30天
jedis: jedis:
pool: pool:


+ 1
- 1
mallinkWebSocketServer/src/main/resources/application-prod.yml Ver fichero

@@ -29,7 +29,7 @@ spring:
password: ENC(8gYU47Fu93NUJPhwPCiPbAT+6VFA1YDx1egK4Z0Nl6w=) password: ENC(8gYU47Fu93NUJPhwPCiPbAT+6VFA1YDx1egK4Z0Nl6w=)
timeout: 3600 timeout: 3600
expire: 1800 #30分钟 expire: 1800 #30分钟
database: 1
database: 3
defaultExpiration: 2592000 # 默认生命周期30天 defaultExpiration: 2592000 # 默认生命周期30天
jedis: jedis:
pool: pool:


+ 1
- 1
mallinkWebSocketServer/src/main/resources/application-test.yml Ver fichero

@@ -29,7 +29,7 @@ spring:
password: ENC(QFwqv3NshvvGhFPiP8rwhvbnxk+rFSqhJi8Pw6TogSg=) password: ENC(QFwqv3NshvvGhFPiP8rwhvbnxk+rFSqhJi8Pw6TogSg=)
timeout: 3600 timeout: 3600
expire: 1800 #30分钟 expire: 1800 #30分钟
database: 1
database: 3
defaultExpiration: 2592000 # 默认生命周期30天 defaultExpiration: 2592000 # 默认生命周期30天
jedis: jedis:
pool: pool:


Cargando…
Cancelar
Guardar