13 lines
428 B
Plaintext
13 lines
428 B
Plaintext
# Clerk Authentication
|
|
# Get these values from https://dashboard.clerk.com
|
|
# Make sure to use the correct publishable key for your environment
|
|
EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_cGxlYXNpbmctcGhlYXNhbnQtMjAuY2xlcmsuYWNjb3VudHMuZGV2JA
|
|
|
|
# API Configuration
|
|
# Update this to point to your backend API
|
|
EXPO_PUBLIC_API_URL=http://localhost:3000/api
|
|
|
|
# App Configuration
|
|
EXPO_PUBLIC_APP_NAME=FitAI
|
|
EXPO_PUBLIC_APP_VERSION=1.0.0
|