Ver código fonte

[测试环境][新增]:测试环境redis端口修复

release_toaliyun_real
Stormeye Wu 7 anos atrás
pai
commit
51600d2799
4 arquivos alterados com 4 adições e 4 exclusões
  1. +1
    -1
      mallinkBApi/src/main/resources/application-prod.yml
  2. +1
    -1
      mallinkBApi/src/main/resources/application-test.yml
  3. +1
    -1
      mallinkCApi/src/main/resources/application-prod.yml
  4. +1
    -1
      mallinkCApi/src/main/resources/application-test.yml

+ 1
- 1
mallinkBApi/src/main/resources/application-prod.yml Ver arquivo

@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 6789
port: 6379
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟


+ 1
- 1
mallinkBApi/src/main/resources/application-test.yml Ver arquivo

@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 6789
port: 6379
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟


+ 1
- 1
mallinkCApi/src/main/resources/application-prod.yml Ver arquivo

@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 6789
port: 6379
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟


+ 1
- 1
mallinkCApi/src/main/resources/application-test.yml Ver arquivo

@@ -22,7 +22,7 @@ spring:
# REDIS
redis:
host: 127.0.0.1
port: 6789
port: 6379
password: ENC(4Z6xTEJOw04DYyhur0mTwlveexVEX9YRfNTY78MyKgU=)
timeout: 3600
expire: 1800 #30分钟


Carregando…
Cancelar
Salvar