From 95c034108aef1aad505f118b8bf109781378cbd8 Mon Sep 17 00:00:00 2001 From: Scott Kennedy Date: Tue, 18 Jan 2022 23:47:03 +0000 Subject: [PATCH] Configured env variables --- netlify.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 12e3db9..c6e79c8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,8 @@ # functions = "functions" [template.environment] - WORDPRESS_URL = "Set this to your WordPress URL" + 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" [[headers]] for = "*.js" # js files should be set this way