Skip to content

Commit

Permalink
Merge pull request #37 from CalebBarnes/starter/env
Browse files Browse the repository at this point in the history
NextWP-Starter: example .env.local file & .env in .gitignore
  • Loading branch information
CalebBarnes committed Feb 2, 2024
2 parents 80c6444 + 6eaa259 commit 34d5a6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/next-wordpress-starter/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*
.env*.local

# vercel
.vercel
Expand Down
5 changes: 5 additions & 0 deletions apps/next-wordpress-starter/example.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
NEXT_PUBLIC_WP_URL=string
NEXT_SITE_URL=string
WP_APPLICATION_PASSWORD=username: password
NEXT_PREVIEW_SECRET=string
REVALIDATE_SECRET_KEY=string

0 comments on commit 34d5a6a

Please sign in to comment.