From af17b29c685b31ae99c56f0311e7238dc820c665 Mon Sep 17 00:00:00 2001 From: pranalidhanavade Date: Tue, 12 Mar 2024 16:31:55 +0530 Subject: [PATCH] refactor: handled condition for name with logo file Signed-off-by: pranalidhanavade --- .env.sample | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/.env.sample b/.env.sample index f3c6bc481..f2ba651ea 100644 --- a/.env.sample +++ b/.env.sample @@ -1,16 +1,18 @@ PUBLIC_BASE_URL= PUBLIC_CRYPTO_PRIVATE_KEY= -PUBLIC_PLATFORM_NAME= // Please specify your paltform name -PUBLIC_PLATFORM_LOGO= // Please specify your logo file link -PUBLIC_POWERED_BY= // Please specify your powered by org name -PUBLIC_PLATFORM_WEB_URL= // Please specify your platform web URL -PUBLIC_POWERED_BY_URL= // Please specify your support URL -PUBLIC_PLATFORM_DOCS_URL= // Please specify your documentation URL -PUBLIC_PLATFORM_GIT= // Please specify your Github URL -PUBLIC_PLATFORM_SUPPORT_EMAIL= // Please specify your support email -PUBLIC_PLATFORM_TWITTER_URL= // Please specify your twitter URL -PUBLIC_PLATFROM_DISCORD_SUPPORT= // Please specify your discord support url +PUBLIC_SHOW_NAME_AS_LOGO= # Please provide true if you want to give platform name with logo + +PUBLIC_PLATFORM_NAME= # Please specify your paltform name +PUBLIC_PLATFORM_LOGO= # Please specify your logo file link +PUBLIC_POWERED_BY= # Please specify your powered by org name +PUBLIC_PLATFORM_WEB_URL= # Please specify your platform web URL +PUBLIC_POWERED_BY_URL= # Please specify your support URL +PUBLIC_PLATFORM_DOCS_URL= # Please specify your documentation URL +PUBLIC_PLATFORM_GIT= # Please specify your Github URL +PUBLIC_PLATFORM_SUPPORT_EMAIL= # Please specify your support email +PUBLIC_PLATFORM_TWITTER_URL= # Please specify your twitter URL +PUBLIC_PLATFROM_DISCORD_SUPPORT= # Please specify your discord support url