Skip to content

Commit

Permalink
upd deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JiangShuuu committed Nov 16, 2023
1 parent 971a856 commit 1d0ea6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
DATABASE_URL=

# https://uploadthing.com/
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=

# https://app.pinecone.io/organizations/-NijBscbfRwV4V0URFzy/projects/gcp-starter:5d72bfc/indexes
PINECONE_API_KEY=
# https://platform.openai.com/api-keys
OPENAI_API_KEY=

# https://dashboard.stripe.com/test/apikeys
# https://stripe.com/docs/testing
STRIPE_PRODUCT_ID=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=

GITHUB_ID=
GITHUB_SECRET=
THIRT_GITHUB_ID=
THIRT_GITHUB_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

BASE_URL=
NEXTAUTH_URL=
# https://next-auth.js.org/adapters
NEXTAUTH_SECRET=
NEXTAUTH_URL=
NEXT_PUBLIC_BASE_URL=
2 changes: 2 additions & 0 deletions docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ COPY . .
# Learn more here: https://nextjs.org/telemetry
# Uncomment the following line in case you want to disable telemetry during the build.
# ENV NEXT_TELEMETRY_DISABLED 1
ENV GOOGLE_CLIENT_ID 281273324282-csrkr346d70j4bh0uckiro8kbe93doee.apps.googleusercontent.com
ENV GOOGLE_CLIENT_SECRET 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

RUN yarn build

Expand Down

0 comments on commit 1d0ea6f

Please sign in to comment.