Skip to content

Commit

Permalink
修改Redis配置
Browse files Browse the repository at this point in the history
  • Loading branch information
leecho committed Apr 17, 2018
1 parent c7e2955 commit 02983d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cola-cloud-config/src/main/resources/shared/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spring:
redis:
host: cola-redis
port: 6379
username: ${REDIS_SERVER_USERNAME}
password: ${REDIS_SERVER_PASSWORD}
username: ${REDIS_SERVER_USERNAME:}
password: ${REDIS_SERVER_PASSWORD:}
database: 8
timeout: 0
pool:
Expand Down

0 comments on commit 02983d9

Please sign in to comment.