Skip to content

Commit 5b27546

Browse files
committed
配置Redis连接为localhost
1 parent 38d135e commit 5b27546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spring:
2020
database-platform: org.hibernate.dialect.MySQL8Dialect
2121
data:
2222
redis:
23-
host: ${REDIS_HOST:localhost}
23+
host: localhost
2424
port: 6379
2525
password: ${REDIS_PASSWORD}
2626
timeout: 2s

0 commit comments

Comments
 (0)