.env.template•584 B
# Alteryx Server API Configuration
# API Host URL (required)
ALTERYX_API_HOST=http://localhost/webapi/
# Authentication (use either username/password or client credentials)
# Basic Authentication
ALTERYX_USERNAME=""
ALTERYX_PASSWORD=""
# OAuth2 Client Credentials
ALTERYX_CLIENT_ID=""
ALTERYX_CLIENT_SECRET=""
ALTERYX_TEMP_DIRECTORY=""
# SSL Verification (optional, defaults to true)
# Set to 0, false, or no to disable SSL verification
ALTERYX_VERIFY_SSL=1
# SSE Port (optional, defaults to 8000)
FASTMCP_PORT=3001
# Debug mode (optional, defaults to false)
FASTMCP_DEBUG=true