.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
OPENAI_API_KEY
secret
OpenAI API Configuration
OPENAI_BASE_URL
secret
AZURE_API_VERSION
secret
CLAUDE_API_KEY
secret
Claude API Configuration (for direct Claude support)
CLAUDE_BASE_URL
BIG_MODEL
Enhanced Model Configuration
SMALL_MODEL
REASONING_MODEL
LONG_CONTEXT_MODEL
HOST
Server Settings
PORT
LOG_LEVEL
MAX_TOKENS_LIMIT
secret
Enhanced Performance Settings
MIN_TOKENS_LIMIT
secret
REQUEST_TIMEOUT
MAX_RETRIES
TEMPERATURE
STREAM_ENABLED
DATABASE_URL
secret
Database Settings
DATABASE_ENCRYPTION_KEY
secret
brew install flyctl && fly launch --from https://github.com/ca-x/ccany
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ca-x/ccany
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ca-x/ccany