mirror of
https://github.com/willchen96/mike.git
synced 2026-06-14 20:55:13 +02:00
Add local repo contents
This commit is contained in:
parent
65739ef1ce
commit
d9690965b5
176 changed files with 68998 additions and 0 deletions
14
backend/.env.example
Normal file
14
backend/.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
PORT=3001
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
SUPABASE_URL=https://your-project.supabase.co
|
||||
SUPABASE_SECRET_KEY=your-supabase-service-role-key
|
||||
|
||||
R2_ENDPOINT_URL=https://your-account-id.r2.cloudflarestorage.com
|
||||
R2_ACCESS_KEY_ID=your-r2-access-key
|
||||
R2_SECRET_ACCESS_KEY=your-r2-secret-key
|
||||
R2_BUCKET_NAME=mike
|
||||
|
||||
GEMINI_API_KEY=your-gemini-key
|
||||
ANTHROPIC_API_KEY=your-anthropic-key
|
||||
OPENROUTER_API_KEY=your-openrouter-key
|
||||
RESEND_API_KEY=your-resend-key
|
||||
Loading…
Add table
Add a link
Reference in a new issue