From 1808943b59954ed953b4220d308f7c0cb5283d95 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Tue, 18 Jan 2022 23:54:54 +0000 Subject: [PATCH] Configured env variables --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index c6e79c8..8c39121 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,8 +2,8 @@ # functions = "functions" [template.environment] - WORDPRESS_URL = "Set this to your WordPress URL withoyt the trailing slash. Example: http://example.com" - STRIPE_PUBLISHABLE_KEY = "Set this to your Stripe publishable key" + WORDPRESS_URL = "WordPress URL without trailing slash. http://example.com" + STRIPE_PUBLISHABLE_KEY = "Stripe Publishable Key" [[headers]] for = "*.js" # js files should be set this way