From 0ba4da095bae7fd6f68c939b890e73cd3b787243 Mon Sep 17 00:00:00 2001 From: Alex Moon Date: Thu, 23 Jan 2025 13:54:44 -0800 Subject: [PATCH] chore: adding example env for getting started --- .env.local.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .env.local.example diff --git a/.env.local.example b/.env.local.example new file mode 100644 index 00000000..43e3704b --- /dev/null +++ b/.env.local.example @@ -0,0 +1,15 @@ +# Your WordPress site URL +NEXT_PUBLIC_WORDPRESS_URL=https://faustjstoolkit.wpenginepowered.com/ + +# Your Next site URL +NEXT_PUBLIC_SITE_URL=http://localhost:3000/ + +# Plugin secret found in WordPress Settings->Faust +FAUST_SECRET_KEY=secret-key + +# Atlas Search endpoint and access token - found in Atlas Search settings +NEXT_PUBLIC_SEARCH_ENDPOINT=search-endpoint +NEXT_SEARCH_ACCESS_TOKEN=search-access-token + +# Google Analytics key +NEXT_PUBLIC_GOOGLE_ANALYTICS_KEY=ga-key