Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ayoaru/oyster
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoaru committed Nov 12, 2024
2 parents 71d6b66 + 9a14500 commit 051bddb
Show file tree
Hide file tree
Showing 50 changed files with 2,037 additions and 1,356 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@
- im6rn
- lyton505
- AbdulmajeedKabala
- amnzer
- Ifethecoder
1 change: 1 addition & 0 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ STUDENT_PROFILE_URL=http://localhost:3000
# AIRTABLE_FAMILY_BASE_ID=
# AIRTABLE_MEMBERS_TABLE_ID=
# ANTHROPIC_API_KEY=
# BROWSER_WS_ENDPOINT=
# COHERE_API_KEY=
# CRUNCHBASE_BASIC_API_KEY=
# GOOGLE_CLIENT_ID=
Expand Down
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"dotenv": "^16.3.1",
"express": "^4.18.3",
"helmet": "^6.0.1",
"puppeteer-core": "^23.7.0",
"ts-pattern": "4.3.0",
"zod": "^3.20.2"
},
Expand Down
2 changes: 2 additions & 0 deletions apps/api/src/shared/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const BaseEnvironmentConfig = z.object({
AIRTABLE_MEMBERS_TABLE_ID: EnvironmentVariable,
ANTHROPIC_API_KEY: EnvironmentVariable,
API_URL: EnvironmentVariable,
BROWSER_WS_ENDPOINT: EnvironmentVariable,
COHERE_API_KEY: EnvironmentVariable,
CRUNCHBASE_BASIC_API_KEY: EnvironmentVariable,
DATABASE_URL: EnvironmentVariable,
Expand Down Expand Up @@ -68,6 +69,7 @@ const EnvironmentConfig = z.discriminatedUnion('ENVIRONMENT', [
AIRTABLE_FAMILY_BASE_ID: true,
AIRTABLE_MEMBERS_TABLE_ID: true,
ANTHROPIC_API_KEY: true,
BROWSER_WS_ENDPOINT: true,
COHERE_API_KEY: true,
CRUNCHBASE_BASIC_API_KEY: true,
GOOGLE_CLIENT_ID: true,
Expand Down
4 changes: 4 additions & 0 deletions apps/member-profile/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,24 @@ STUDENT_PROFILE_URL=http://localhost:3000
# AIRTABLE_FAMILY_BASE_ID=
# AIRTABLE_MEMBERS_TABLE_ID=
# ANTHROPIC_API_KEY=
# COHERE_API_KEY=
# CRUNCHBASE_BASIC_API_KEY=
# GITHUB_OAUTH_CLIENT_ID=
# GITHUB_OAUTH_CLIENT_SECRET=
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=
# GOOGLE_MAPS_API_KEY=
# MIXPANEL_TOKEN=
# OPENAI_API_KEY=
# POSTMARK_API_TOKEN=
# PINECONE_API_KEY=
# R2_ACCESS_KEY_ID=
# R2_ACCOUNT_ID=
# R2_BUCKET_NAME=
# R2_SECRET_ACCESS_KEY=
# SENTRY_DSN=
# SLACK_ANNOUNCEMENTS_CHANNEL_ID=
# SLACK_BOT_TOKEN=
# SLACK_CLIENT_ID=
# SLACK_TEAM_ID=
# SMTP_HOST=
Expand Down
Loading

0 comments on commit 051bddb

Please sign in to comment.