# Copy this file to .env and fill in your values
# ================================================

# ServiceNow Configuration
SERVICENOW_INSTANCE_URL=https://dev201970.service-now.com
SERVICENOW_USERNAME=admin
SERVICENOW_PASSWORD=your_password_here

# OpenAI Configuration
OPENAI_API_KEY=your_openai_key_here
OPENAI_MODEL=gpt-4o

# Application Settings (false = read from ServiceNow, true = use local mock data)
USE_MOCK_DATA=false

