# .env.example — Day 4 WRDS MCP credentials
#
# Copy this file to ~/.wrds-mcp.env, fill in YOUR OWN values, then:
#   chmod 600 ~/.wrds-mcp.env
#
# NEVER commit this file with real values filled in.
# NEVER paste real credentials into a prompt to Claude.
# Write your .gitignore entry for ~/.wrds-mcp.env (or wherever you place this
# file inside a project) BEFORE you fill in real values — not after.
#
# All values below are placeholders. Do not treat any value in this file as real.

WRDS_USERNAME=YOUR_WRDS_USERNAME
WRDS_PASSWORD=YOUR_WRDS_PASSWORD

# Locked facts for this course — do not change these two values:
WRDS_TUNNEL_PORT=49600
WRDS_LOCAL_PORT=49600

WRDS_DUO_RESPONSE=push

# Optional overrides — uncomment and edit only if your setup needs them.
# Default download location is ~/wrds_data if left commented out.
# WRDS_DOWNLOAD_DIR=~/wrds_data
# WRDS_PYBIN=~/.wrds-mcp-env/bin/python3
# WRDS_TUNNEL_STATE_DIR=~/.wrds-tunnel/
