Skip to content

Commit

Permalink
voice working
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoebeXu74 committed Oct 31, 2024
1 parent 5131b65 commit 2f0966d
Show file tree
Hide file tree
Showing 7 changed files with 11,694 additions and 392 deletions.
33 changes: 0 additions & 33 deletions apps/nextjs/.env.example
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=
2 changes: 1 addition & 1 deletion apps/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm run dev
Generate the Prisma client:

```bash
npx prisma generate
npx prisma generate[page.tsx]
```

Run the migrations:
Expand Down
297 changes: 0 additions & 297 deletions apps/nextjs/app/dashboard/newvoice2measurements/page.tsx

This file was deleted.

Loading

0 comments on commit 2f0966d

Please sign in to comment.