Skip to content

Commit

Permalink
Merge pull request #53 from FalkorDB/env
Browse files Browse the repository at this point in the history
add template .env.local
  • Loading branch information
gkorland authored Jan 25, 2024
2 parents a3f76ba + 6a266d7 commit 0ff3d4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.local.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Next secrets
NEXTAUTH_URL=http://localhost:3000/
NEXTAUTH_SECRET=[SECRET]
NEXT_PUBLIC_GOOGLE_ANALYTICS=[ANALYTICS]

0 comments on commit 0ff3d4f

Please sign in to comment.