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
This commit is contained in:
Sojan Jose 2019-11-18 08:49:00 +05:30 committed by GitHub
parent bc0f29344e
commit 7ed1858284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'