feat(env): add example env file and update .gitignore to include it
Some checks failed
container-scan / Container Scan (pull_request) Successful in 1m46s
docker-build / docker (pull_request) Failing after 4m32s

This commit is contained in:
Maximilian Liebmann 2025-05-09 23:12:17 +02:00
parent 84066b33f1
commit c13286b05d
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