From 5a3fb188eeb2bdcdb3f038533f93c08d9a717ddc Mon Sep 17 00:00:00 2001 From: Todd Chaffee Date: Wed, 25 Oct 2017 03:00:31 -0200 Subject: [PATCH] feat: added the IMAGE_BASE_URL key to the sample.env file (#15970) * feat: added the IMAGE_BASE_URL key to the sample.env file. * Add subfolder per tchaffee's suggestion --- sample.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sample.env b/sample.env index df17ed114c..3486cd5d14 100644 --- a/sample.env +++ b/sample.env @@ -22,3 +22,5 @@ COOKIE_SECRET='this is a secret' PEER=stuff DEBUG=true + +IMAGE_BASE_URL='https://s3.amazonaws.com/freecodecamp/images/'