Skip to content

Commit

Permalink
Added env example file (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
joannayxtan authored Feb 11, 2024
1 parent f7d1323 commit 92fba18
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Since .env is gitignored, you can use .env-example to build a new `.env` file when you clone the repo.
# Keep this file up-to-date when you add new variables to `.env`.

# This file will be committed to version control, so make sure not to have any secrets in it.
# If you are cloning this repo, create a copy of this file named `.env` and populate it with your secrets.

# When adding additional env variables, the schema in /env/schema.mjs should be updated accordingly

# Prisma
DATABASE_URL=

# Next Auth
NEXTAUTH_SECRET=
NEXTAUTH_URL=

# Next Auth Google Provider
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

0 comments on commit 92fba18

Please sign in to comment.