Skip to content

Commit 201b32d

Browse files
committed
Update application.properties
1 parent 4e0e1c1 commit 201b32d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ spring.mail.properties.mail.smtp.starttls.enable=true
2222
# logstash
2323
logging.config=classpath:logback-spring.xml
2424
# Redis
25-
spring.redis.host=localhost
25+
spring.redis.host=10.40.0.5
2626
spring.redis.port=6379
27-
spring.redis.password=
27+
spring.redis.password=123456

0 commit comments

Comments
 (0)