소스 검색

档案浏览器-redis配置注释-by zdm

unknown 7 년 전
부모
커밋
7b3b8bc8b1
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      svr-health-profile.yml

+ 6 - 5
svr-health-profile.yml

@ -10,11 +10,12 @@ logging:
spring:
  # REDIS
   #redis:
    #database: 0 # Database index used by the connection factory.
    #port: 6379 # Redis server port.
    #password: # Login password of the redis server.
    #timeout: 0 # Connection timeout in milliseconds.
  redis:
    database: 0 # Database index used by the connection factory.
    host: 172.19.103.47 # Redis server host.
    port: 6379 # Redis server port.
    password: # Login password of the redis server.
    timeout: 0 # Connection timeout in milliseconds.
    #sentinel:
    #  master: # Name of Redis server.
    #  nodes: # Comma-separated list of host:port pairs.