chore: add .env.exmaple on examples

This commit is contained in:
Bereket Engida
2024-10-14 20:06:03 +03:00
parent 256c8ca5ed
commit 2bc21748e7
75 changed files with 796 additions and 1225 deletions

14
demo/nextjs/.env.exmaple Normal file
View 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=

View File

@@ -30,7 +30,7 @@ yarn-debug.log*
yarn-error.log*
# env files (can opt-in for commiting if needed)
.env*
.env
# vercel
.vercel