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:
@@ -10,7 +10,7 @@ ses_username:
|
|||||||
ses_password:
|
ses_password:
|
||||||
|
|
||||||
#misc
|
#misc
|
||||||
frontend_url: ''
|
frontend_url: 'http://localhost:3000'
|
||||||
|
|
||||||
#s3
|
#s3
|
||||||
|
|
||||||
@@ -29,4 +29,4 @@ CHARGEBEE_WEBHOOK_PASSWORD: ''
|
|||||||
#sentry
|
#sentry
|
||||||
SENTRY_DSN: ''
|
SENTRY_DSN: ''
|
||||||
|
|
||||||
REDIS_URL: ''
|
REDIS_URL: 'redis:://127.0.0.1:6379'
|
||||||
|
|||||||
Reference in New Issue
Block a user