Set up environment variables for your static sites.
_
). Environment variable values are applied literally, with the exception of parentheses, commas, and double quotes.
write_stock,read_orders
will cause the rollout process to fail.\
) like this: write_stock\,read_orders
— which will be applied as write_stock,read_orders
."my_example_variable"
will be applied as my_example_variable
.\
) like this: \"my_example_var\"
— which will be applied as "my_example_var"
.my_exampl"e_text
), the rollout process will fail.\
) like this: my_examp\"le_var
— which will be applied as my_examp"le_var
.${key}
format. For example, to reference an environment variable with the key DB_PASSWORD
use ${DB_PASSWORD}
.
Select which environment to use your environment variables for.