-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
24 lines (19 loc) · 1.27 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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="postgresql://will:[email protected]:26257/defaultdb?sslmode=verify-full"
# Next Auth
# You can generate the secret via 'openssl rand -base64 32' on Linux
# More info: https://next-auth.js.org/configuration/options#secret
NEXTAUTH_SECRET=123
NEXTAUTH_URL=http://localhost:3000/
# Next Auth Discord Provider
GOOGLE_CLIENT_ID=195172903262-4fh44ceai63rg1rh3t4jhuc1fpr9fohe.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=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
S3_ENDPOINT=https://fd27e6e47651ea0139457c28c89a5b6e.r2.cloudflarestorage.com
S3_ACCESS_KEY_ID=b9b8516c829caf75f6d1015b8a79a210
S3_SECRET_ACCESS_KEY=261a861cd66f80010bf9ee11cb49dee99ecc355ab7d7598786f6e4414f6e1bca
S3_PUBLIC_URL=https://pub-528c6eb7acce405c9a9705fea792b60e.r2.dev/