From 48c177d8257631586ae46e7241b6c5fe42a904cd Mon Sep 17 00:00:00 2001 From: Francis Dong Date: Thu, 13 Oct 2022 14:45:15 +0800 Subject: [PATCH] update redis config --- fizz-bootstrap/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fizz-bootstrap/src/main/resources/application.yml b/fizz-bootstrap/src/main/resources/application.yml index 90fee28..586ac8c 100644 --- a/fizz-bootstrap/src/main/resources/application.yml +++ b/fizz-bootstrap/src/main/resources/application.yml @@ -59,7 +59,7 @@ aggregate: # need replace password: 123456 #please input the redis password (default:123456) # need replace - database: 10 #please input the redis database (default:9) + database: 9 #please input the redis database (default:9) # redis cluster config # type: cluster # type can be standalone or cluster, standalone is default