Skip to content

Environment Variables

To ensure your local development environment is correctly configured, you need to set up your .env file with the appropriate environment variables.
PUBLIC_BASE_URL= # Specify CREDEBL platform URL with port(e.g.http://localhost:5000)
PUBLIC_CRYPTO_PRIVATE_KEY= #Specify 32-bit AES encrypted private key
PUBLIC_SHOW_NAME_AS_LOGO= #Specify true if you want to give platform name with logo
PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_ID= #Specify your client id
PUBLIC_KEYCLOAK_MANAGEMENT_CLIENT_SECRET= #Specify your client secret
PUBLIC_PLATFORM_NAME= #Specify your platform name
PUBLIC_PLATFORM_LOGO= #Specify your logo file link
PUBLIC_POWERED_BY= #Specify your powered by org name
PUBLIC_PLATFORM_WEB_URL= #Specify your platform web URL
PUBLIC_POWERED_BY_URL= #Specify your support URL
PUBLIC_PLATFORM_DOCS_URL= #Specify your documentation URL
PUBLIC_PLATFORM_GIT= #Specify your Github URL
PUBLIC_PLATFORM_SUPPORT_EMAIL= #Specify your support email
PUBLIC_PLATFORM_TWITTER_URL= #Specify your twitter URL
PUBLIC_PLATFROM_DISCORD_SUPPORT= #Specify your discord support url