Skip to content

Commit

Permalink
feat: add sample keys
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Nov 7, 2024
1 parent 903b577 commit 479eaa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/.env.test
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,4 @@ CLERK_PEM_PUBLIC_KEY=
TUNNEL_BASE_ADDRESS=example.com
API_ROOT_URL=http://localhost:1337
PLAIN_SUPPORT_KEY='PLAIN_SUPPORT_KEY'
NOVU_SECRET_KEY=test
1 change: 1 addition & 0 deletions apps/api/src/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ CLERK_LONG_LIVED_TOKEN=

TUNNEL_BASE_ADDRESS=
PLAIN_SUPPORT_KEY='PLAIN_SUPPORT_KEY'
NOVU_SECRET_KEY=

0 comments on commit 479eaa9

Please sign in to comment.