Skip to content

Commit

Permalink
Merge pull request #155 from 4lukexp/test-eai
Browse files Browse the repository at this point in the history
External API
  • Loading branch information
slowsynapse authored Jan 20, 2025
2 parents 15ceccf + 4b9d82c commit 6b53bf5
Show file tree
Hide file tree
Showing 30 changed files with 1,576 additions and 51 deletions.
9 changes: 9 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
NEXT_PUBLIC_DEVELOPMENT_BASE_URL=http://localhost:3000
NEXT_PUBLIC_AMICA_API_URL=https://store.heyamica.com
NEXT_PUBLIC_AMICA_STORAGE_URL=https://vrm.heyamica.com/file/amica-vrm
NEXT_PUBLIC_SUPABASE_URL=https://kzfcwefqffysqsjrlyld.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Imt6ZmN3ZWZxZmZ5c3FzanJseWxkIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDEyNzA5NjUsImV4cCI6MjAxNjg0Njk2NX0.z9zm2mbJu6RkdZ6zkCUltThIF43-ava_bLvk9qFQsiA

X_API_KEY="X_API_KEY"
X_API_SECRET="X_API_SECRET"
X_ACCESS_TOKEN="X_ACCESS_TOKEN"
X_ACCESS_SECRET="X_ACCESS_SECRET"
X_BEARER_TOKEN="X_BEARER_TOKEN"
TELEGRAM_BOT_TOKEN="TELEGRAM_BOT_TOKEN"
TELEGRAM_CHAT_ID="TELEGRAM_CHAT_ID"
Loading

0 comments on commit 6b53bf5

Please sign in to comment.