-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5131b65
commit 2f0966d
Showing
7 changed files
with
11,694 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +0,0 @@ | ||
# App | ||
NEXT_PUBLIC_APP_URL=http://localhost:3000 | ||
NODE_ENV=development | ||
|
||
# Authentication (NextAuth.js) | ||
NEXTAUTH_URL=http://localhost:3000 | ||
# https://generate-secret.vercel.app/32 | ||
NEXTAUTH_SECRET= | ||
|
||
# https://console.cloud.google.com/apis/credentials | ||
# Callback URL: http://localhost:3000/api/auth/callback/google | ||
GOOGLE_CLIENT_ID= | ||
GOOGLE_CLIENT_SECRET= | ||
|
||
# https://github.com/settings/applications | ||
# Callback URL: http://localhost:3000/api/auth/callback/github | ||
GITHUB_CLIENT_ID= | ||
GITHUB_CLIENT_SECRET= | ||
|
||
# https://resend.com/settings/smtp | ||
EMAIL_SERVER=smtp://username:[email protected]:587 | ||
EMAIL_FROM=[email protected] | ||
|
||
# Database | ||
DATABASE_URL="postgresql://user:pass@localhost:5432/fdai_test?schema=public" | ||
|
||
# Get this from https://platform.openai.com/account/api-keys | ||
OPENAI_API_KEY= | ||
OPENAI_MODEL= | ||
|
||
# Get your client ID/secret from https://builder.dfda.earth/app/public/#/app/configuration | ||
DFDA_CLIENT_ID= | ||
DFDA_CLIENT_SECRET= | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
297 changes: 0 additions & 297 deletions
297
apps/nextjs/app/dashboard/newvoice2measurements/page.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.