From 7ed1858284592132be0934abe336fa5689d9dee9 Mon Sep 17 00:00:00 2001 From: Sojan Jose Date: Mon, 18 Nov 2019 08:49:00 +0530 Subject: [PATCH] Less configuration when setting up the repo (#215) add the default redis url and frontend url to avoid extra hassles when setting up the repo --- shared/config/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/config/application.yml b/shared/config/application.yml index ba1ce019c..10a754faf 100644 --- a/shared/config/application.yml +++ b/shared/config/application.yml @@ -10,7 +10,7 @@ ses_username: ses_password: #misc -frontend_url: '' +frontend_url: 'http://localhost:3000' #s3 @@ -29,4 +29,4 @@ CHARGEBEE_WEBHOOK_PASSWORD: '' #sentry SENTRY_DSN: '' -REDIS_URL: '' +REDIS_URL: 'redis:://127.0.0.1:6379'