mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
10 lines
400 B
Text
10 lines
400 B
Text
# Mana Core Auth Configuration
|
|
EXPO_PUBLIC_MANA_CORE_AUTH_URL=http://localhost:3001
|
|
|
|
# Supabase Configuration (for database only, not auth)
|
|
EXPO_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
|
|
EXPO_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
|
|
|
|
# Chat Backend API
|
|
# The backend handles AI API calls securely - no API keys needed in the mobile app
|
|
EXPO_PUBLIC_BACKEND_URL=http://localhost:3002
|