GitHub|Since 2007
Step 9

Environment Variables

Store your WordPress URL and secrets securely. Learn how to use .env files and configure environment variables in Vercel.

10 min

Environment Variables

Variables allow you to store sensitive information and configuration settings outside of your code.

WORDPRESS_API_URL=https://example.com/wp-json/wp/v2

Comments and Discussion