# Copy this file to .env and fill in the values you wish to change. Most already # have sensible defaults. See config.ts for more details. # PORT=7860 # SERVER_TITLE=Coom Tunnel # MODEL_RATE_LIMIT=4 MAX_OUTPUT_TOKENS_OPENAI=500 # MAX_OUTPUT_TOKENS_ANTHROPIC=900 # LOG_LEVEL=info # REJECT_DISALLOWED=false # REJECT_MESSAGE="This content violates /aicg/'s acceptable use policy." # CHECK_KEYS=true # QUOTA_DISPLAY_MODE=full # QUEUE_MODE=fair # BLOCKED_ORIGINS=reddit.com,9gag.com # BLOCK_MESSAGE="You must be over the age of majority in your country to use this service." # BLOCK_REDIRECT="https://roblox.com/" # Note: CHECK_KEYS is disabled by default in local development mode, but enabled # by default in production mode. # Optional settings for user management. See docs/user-management.md. GATEKEEPER=proxy_key # GATEKEEPER_STORE=memory # MAX_IPS_PER_USER=20 # Optional settings for prompt logging. See docs/logging-sheets.md. # PROMPT_LOGGING=false