Skip to content

Commit

Permalink
refactor: handled condition for name with logo file
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Mar 12, 2024
1 parent 64c45a5 commit af17b29
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -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



Expand Down

0 comments on commit af17b29

Please sign in to comment.