feat(env): add example env file and update .gitignore to include it

This commit is contained in:
Maximilian Liebmann 2025-05-09 23:12:17 +02:00
parent 451d98b954
commit 6c5868f8b1
2 changed files with 12 additions and 0 deletions

11
.env.example Normal file
View file

@ -0,0 +1,11 @@
DATABASE_URL=
AUTH_SECRET= # Added by `npx auth`. Read more: https://cli.authjs.dev
AUTH_AUTHENTIK_ID=
AUTH_AUTHENTIK_SECRET=
AUTH_AUTHENTIK_ISSUER=
NEXT_PUBLIC_APP_URL=
MEETUP_SKIP_LOGIN=

1
.gitignore vendored
View file

@ -32,6 +32,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
!.env.example
# vercel
.vercel