mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-28 22:57:42 +02:00
- Integrate worldream (text-first world-building platform) into games/ - Configure as @worldream/web workspace package - Remove standalone git repo, now part of monorepo 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
No EOL
343 B
Text
12 lines
No EOL
343 B
Text
# Supabase Configuration
|
|
PUBLIC_SUPABASE_URL=your_supabase_project_url
|
|
PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
|
|
|
|
# OpenAI Configuration
|
|
OPENAI_API_KEY=your_openai_api_key
|
|
|
|
# Google Gemini Configuration
|
|
GEMINI_API_KEY=your_gemini_api_key
|
|
|
|
# Replicate Configuration (für Flux Bildgenerierung)
|
|
REPLICATE_API_TOKEN=your_replicate_api_token |