managarten/apps/memoro/apps/mobile/.env.dev
Till JS d8a2b37126 chore(memoro): import legacy backend, mobile, and landing apps
Adds the original NestJS backends (backend, audio-backend), Expo mobile app,
and Astro landing page as-is from the standalone memoro repo. These are
not yet migrated to monorepo standards (migration tracked in memory/CLAUDE.md).

Also adds eslint.config.mjs ignore for apps/*/apps/audio-backend/**
and .prettierignore entries for legacy memoro dirs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 17:30:00 +02:00

21 lines
1 KiB
Text

EXPO_PUBLIC_SUPABASE_URL=https://srinrsbpfeioudkntlyu.supabase.co
EXPO_PUBLIC_SUPABASE_ANON_KEY=sb_publishable_SlUXbygCv7XxzVg93rmCIA_x53xKVNm
# RevenueCat API Keys,
EXPO_PUBLIC_REVENUECAT_IOS_KEY=rcb_sb_sMFArrsRKvJFRGFTyxvGKQfdq
EXPO_PUBLIC_REVENUECAT_ANDROID_KEY=goog_KttzasFElOuXcgUOSkpiYoTdORM
# RevenueCat Web SDK Keys (Sandbox for dev)
EXPO_PUBLIC_REVENUECAT_WEB_PUBLIC_KEY_DEV=rcb_pMWEUAeYFdAfDhkkJjBuyrLnnFsS
EXPO_PUBLIC_REVENUECAT_WEB_PUBLIC_KEY_PROD=rcb_pMWEUAeYFdAfDhkkJjBuyrLnnFsS
# Memoro Service URL
EXPO_PUBLIC_MEMORO_MIDDLEWARE_URL=https://memoro-service-dev-55965480161.europe-west3.run.app
# Storage configuration
EXPO_PUBLIC_STORAGE_BUCKET=user-uploads
# Google OAuth credentials (same as production for now)
EXPO_PUBLIC_GOOGLE_CLIENT_ID=624477741877-67or55qpi440mlg1t46e178ta2gmcll9.apps.googleusercontent.com
EXPO_PUBLIC_GOOGLE_IOS_CLIENT_ID=624477741877-5dm8kmb2ol1u6mekjd5h1onsgnc36o7u.apps.googleusercontent.com
EXPO_PUBLIC_GOOGLE_ANDROID_CLIENT_ID=624477741877-nhal104mkgu36d1n1c9dhsunp2cer4k8.apps.googleusercontent.com