Skip to content

Commit

Permalink
add realistic env var examples to .env.local-example #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jul 13, 2024
1 parent 47ff499 commit b25653b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .env.local-example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AUTH_SECRET=

AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=

TEST_PASSWORD=
# Added by `npx auth secret`. Read: cli.authjs.dev
AUTH_SECRET="xYZIaxb3/4vWVFHO91ei850HX1c+4xt4LDg+HrEua2g="
# github.com/dwyl/elixir-auth-github/blob/main/create-github-app-guide.md
AUTH_GITHUB_ID=Ov23liOrClObMkul48XYZ
AUTH_GITHUB_SECRET=abc651709a5fd30146e55aa143b4831491df931d
TEST_PASSWORD=supercalifragilisticexpialidocious

0 comments on commit b25653b

Please sign in to comment.