From 0513e6c2deb53f55e3496c2255a082d201208abf Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Wed, 28 Jun 2023 23:40:41 +0500 Subject: [PATCH] chore: add configs to env file (#962) --- .env | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env b/.env index 364e815f..55937a86 100644 --- a/.env +++ b/.env @@ -31,6 +31,11 @@ SHOW_CONFIGURABLE_EDX_FIELDS='' # ***** Zendesk related keys ***** ZENDESK_KEY='' ZENDESK_LOGO_URL='' +# ***** Base Container Images ***** +BANNER_IMAGE_LARGE='' +BANNER_IMAGE_MEDIUM='' +BANNER_IMAGE_SMALL='' +BANNER_IMAGE_EXTRA_SMALL='' # ***** Miscellaneous ***** APP_ID='' MFE_CONFIG_API_URL=''