.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
TIGER_CLOUD_CONNECTION_STRING
secret
Database Connection
GITHUB_CLIENT_ID
GitHub OAuth (required for authentication) Create OAuth App at: https://github.com/settings/developers
GITHUB_CLIENT_SECRET
secret
GITHUB_CALLBACK_URL
JWT_SECRET
secret
JWT Secret (generate a random string)
ANTHROPIC_API_KEY
secret
Anthropic API Configuration Required: Anthropic API key for vector embeddings
LOG_LEVEL
Logging Configuration Optional: Set logging level (debug, info, warn, error)
NODE_ENV
Environment Configuration Optional: Set environment (development, production)
brew install flyctl && fly launch --from https://github.com/akulkarni/memory
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/akulkarni/memory
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/akulkarni/memory