-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 810 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Optional Basic Auth credentials for direct BasecampClient use.
# The FastMCP server path uses OAuth.
BASECAMP_USERNAME=your-email@example.com
BASECAMP_PASSWORD=your-password
BASECAMP_ACCOUNT_ID=your-account-id # Find this in your Basecamp 3 URL: https://3.basecamp.com/ACCOUNT_ID/...
USER_AGENT=YourApp (your-email@example.com)
# Basecamp OAuth credentials.
BASECAMP_CLIENT_ID=your-client-id
BASECAMP_CLIENT_SECRET=your-client-secret
BASECAMP_REDIRECT_URI=http://localhost:8000/auth/callback
FLASK_SECRET_KEY=your-flask-secret-key
# Optional override for the local OAuth token file.
# BASECAMP_MCP_TOKEN_FILE=/var/lib/basecamp-mcp/oauth_tokens.json
# OAuth tokens for direct BasecampClient use.
# The local OAuth app writes oauth_tokens.json automatically.
BASECAMP_ACCESS_TOKEN=
BASECAMP_REFRESH_TOKEN=