Skip to content

Commit

Permalink
Configured env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Jan 18, 2022
1 parent 95c0341 commit 1808943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1808943

Please sign in to comment.