# Viterbit API Configuration
VITERBIT_API_KEY=your_viterbit_api_key_here
# HTTP/SSE Server Configuration
PORT=8000
HOST=0.0.0.0
# Authentication (comma-separated list of API keys for client authentication)
# Leave empty to disable authentication (NOT RECOMMENDED for production)
MCP_API_KEYS=key1_change_me,key2_change_me,key3_change_me
# CORS Configuration (comma-separated list of allowed origins)
# Use * for development, specific domains for production
ALLOWED_ORIGINS=*
# Optional: Custom Field IDs (if your Viterbit instance differs)
# DISCORD_ID_QUESTION_ID=
# SUSCRIPTOR_QUESTION_ID=
# CUSTOM_FIELD_STAGE_NAME_ID=
# CUSTOM_FIELD_STAGE_DATE_ID=
# CUSTOM_FIELD_SIN_DISCORD_ID=
# CUSTOM_FIELD_NOMBRE_EMPRESA_ID=
# GARANTIA_100_DIAS_ID=
# ACTIVO_INACTIVO_ID=