# Oracle MCP Server - Docker Example Configuration
# This file contains the connection settings for the Docker test database
# Docker Test Database Connection
DB_CONNECTION_STRING="testuser/TestUser123!@localhost:1521/testdb"
# Optional: Enable debug logging to see detailed connection info
DEBUG="True"
# Optional: Query limits for testing
QUERY_LIMIT_SIZE="100"
MAX_ROWS_EXPORT="10000"
# Optional: Table filtering (leave empty to allow all tables)
TABLE_WHITE_LIST=""
# Optional: Column filtering (leave empty to allow all columns)
COLUMN_WHITE_LIST=""
# Optional: Separate connection for comments (usually same as main connection)
# COMMENT_DB_CONNECTION_STRING="testuser/TestUser123!@localhost:1521/testdb"