Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 72d2c11

Browse files
committed
check in .env.sample
1 parent 47803c0 commit 72d2c11

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.sample

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
VERCEL_ENV="development"
2+
NODE_TLS_REJECT_UNAUTHORIZED="0"
3+
LOCAL_WORDPRESS_API_URL="https://nextjswp.test/"
4+
PROD_WORDPRESS_API_URL="https://myproductionwordpress.com/"
5+
WORDPRESS_PREVIEW_SECRET=""
6+
WORDPRESS_APPLICATION_USERNAME=""
7+
WORDPRESS_APPLICATION_PASSWORD=""
8+
NEXT_PUBLIC_LOCAL_ALGOLIA_INDEX_NAME=""
9+
NEXT_PUBLIC_ALGOLIA_APPLICATION_ID=""
10+
NEXT_PUBLIC_ALGOLIA_SEARCH_ONLY_KEY=""

0 commit comments

Comments
 (0)