Skip to content

Commit

Permalink
chore: update env
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Jan 20, 2024
1 parent a0f1bcc commit 2e8b9f3
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,25 +1,14 @@
# Since the ".env" file is gitignored, you can use the ".env.example" file to
# build a new ".env" file when you clone the repo. Keep this file up-to-date
# when you add new variables to `.env`.
NEXTAUTH_URL=""

# 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.
NEXT_PUBLIC_ROOT_DOMAIN=""

# When adding additional environment variables, the schema in "/src/env.js"
# should be updated accordingly.
POSTGRES_PRISMA_URL=""
POSTGRES_URL_NON_POOLING=""

# Prisma
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
DATABASE_URL="file:./db.sqlite"
NEXTAUTH_URL=""
NEXTAUTH_SECRET=""

# Next Auth
# You can generate a new secret on the command line with:
# openssl rand -base64 32
# https://next-auth.js.org/configuration/options#secret
# NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
AUTH_GOOGLE_CLIENT_ID=""
AUTH_GOOGLE_CLIENT_SECRET=""

# Next Auth Discord Provider
DISCORD_CLIENT_ID=""
DISCORD_CLIENT_SECRET=""
BLOB_READ_WRITE_TOKEN=""

0 comments on commit 2e8b9f3

Please sign in to comment.