- Set the environment variables or secret keys that will be passed to all functions within - your project. + Set the environment variables or secret keys that will be passed to all functions and + sites within your project.
{:else}- Set the environment variables or secret keys that will be passed to your function. + Set the environment variables or secret keys that will be passed to your {product}. Global variables can be found in project settings Import new {isGlobal ? 'global' : 'environment'} variables from .env - file that will be passed to {isGlobal - ? 'all functions within your project' - : 'your function'}. + file that will be passed to {!isGlobal + ? `your ${product}` + : 'all functions and sites within your project'}.
{#if variableList.total > 0}