-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 645 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# eBay MCP Server Configuration
# Required: Your eBay app credentials
EBAY_CLIENT_ID=your-client-id
EBAY_CLIENT_SECRET=your-client-secret
EBAY_REDIRECT_URI=your-redirect-uri
EBAY_ENVIRONMENT=sandbox
# Required: User refresh token (get from eBay OAuth flow)
EBAY_USER_REFRESH_TOKEN=your-refresh-token
# Auto-generated (no need to set manually - will be created automatically)
# EBAY_USER_ACCESS_TOKEN=
# EBAY_APP_ACCESS_TOKEN=
# Logging Configuration
# Log level: error, warn, info, http, verbose, debug, silly (default: info)
# EBAY_LOG_LEVEL=info
# Enable file logging to ~/.ebay-mcp/logs/ (default: false)
# EBAY_ENABLE_FILE_LOGGING=true