From e9e6999adc8f5a81c88a17920a2220e32066486c Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Mon, 8 Apr 2024 02:15:53 -0400 Subject: [PATCH] Change default app config --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f66e79b..94e7fb5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -14,7 +14,7 @@ spring: data: # Redis - This is used for caching redis: - host: "127.0.0.1" + host: "localhost" port: 6379 database: 0 auth: "" # Leave blank for no auth