mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 12:27:43 +00:00
chore: add .env.exmaple on examples
This commit is contained in:
14
demo/nextjs/.env.exmaple
Normal file
14
demo/nextjs/.env.exmaple
Normal file
@@ -0,0 +1,14 @@
|
||||
GOOGLE_CLIENT_SECRET=
|
||||
GOOGLE_CLIENT_ID=
|
||||
BETTER_AUTH_URL="http://localhost:3000"
|
||||
BETTER_AUTH_SECRET=
|
||||
TURSO_DATABASE_URL=
|
||||
TURSO_AUTH_TOKEN=
|
||||
GITHUB_CLIENT_ID=
|
||||
GITHUB_CLIENT_SECRET=
|
||||
RESEND_API_KEY=
|
||||
TEST_EMAIL=
|
||||
DISCORD_CLIENT_ID=
|
||||
DISCORD_CLIENT_SECRET=
|
||||
MICROSOFT_CLIENT_ID=
|
||||
MICROSOFT_CLIENT_SECRET=
|
||||
2
demo/nextjs/.gitignore
vendored
2
demo/nextjs/.gitignore
vendored
@@ -30,7 +30,7 @@ yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# env files (can opt-in for commiting if needed)
|
||||
.env*
|
||||
.env
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
Reference in New Issue
Block a user