From 731580250825378cffd5f8e812ae95af08e45c6d Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Thu, 10 Oct 2019 11:53:03 +0000 Subject: [PATCH] Fixing redis connection changes --- .../src/main/resources/application-staging.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/server/appsmith-server/src/main/resources/application-staging.properties b/app/server/appsmith-server/src/main/resources/application-staging.properties index 7d2670626c..d088efebf5 100644 --- a/app/server/appsmith-server/src/main/resources/application-staging.properties +++ b/app/server/appsmith-server/src/main/resources/application-staging.properties @@ -27,7 +27,7 @@ com.rollbar.access-token=b91c4d5b9cac444088f4db9216ed6f42 com.rollbar.environment=development # Redis Properties -spring.redis.host=ec2-99-80-39-26.eu-west-1.compute.amazonaws.com -spring.redis.port=19989 +spring.redis.host=ec2-34-241-155-1.eu-west-1.compute.amazonaws.com +spring.redis.port=19959 spring.redis.user=h spring.redis.password=p46c3e6d77c32e6f1026f16ae781911d8a2631ece413406a75fc31b0cfb9edb03 \ No newline at end of file