fitaiProto/apps/admin/.env.example
2026-03-10 04:14:03 +01:00

16 lines
468 B
Plaintext

# Clerk Authentication
# Get these from https://dashboard.clerk.com
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_your_publishable_key_here
CLERK_SECRET_KEY=sk_test_your_secret_key_here
CLERK_WEBHOOK_SECRET=whsec_your_webhook_secret_here
# DeepSeek AI API Key
# Get your API key from https://platform.deepseek.com/
DEEPSEEK_API_KEY=sk-your_deepseek_api_key_here
# Database (optional - defaults to ./fitai.db)
DATABASE_PATH=./fitai.db
# Environment
NODE_ENV=development