-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
43 lines (36 loc) · 1.57 KB
/
.env.example
File metadata and controls
43 lines (36 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# sysls Environment Configuration
# Copy this to .env and fill in your values.
# --- Slack MCP (required for agent workflow) ---
# Option A: User OAuth token (xoxp-*) — recommended, full access including search
# Create a Slack App at https://api.slack.com/apps, add OAuth scopes:
# channels:read, channels:history, chat:write, groups:read, groups:history,
# im:write, users:read, search:read, reactions:write, files:write
# Install to your workspace and copy the User OAuth Token.
SYSLS_SLACK_XOXP_TOKEN=xoxp-your-user-oauth-token
# Option B: Browser session tokens (stealth mode, no admin approval needed)
# Extract from browser dev console — see korotovsky/slack-mcp-server docs
# SYSLS_SLACK_XOXC_TOKEN=xoxc-your-session-token
# SYSLS_SLACK_XOXD_TOKEN=xoxd-your-cookie-token
# --- Slack Channel Setup ---
# Create these channels in your workspace before starting:
# #sysls-announcements — Milestones, phase completions
# #sysls-dev — Day-to-day progress, commits, agent discussion
# #sysls-review — Code review requests and feedback
# #sysls-blocked — Escalations needing human PM input (notifications ON)
# #sysls-architecture — Cross-cutting design decisions
# --- Data Providers ---
# POLYGON_API_KEY=your_polygon_api_key
# DATABENTO_API_KEY=your_databento_api_key
# --- Venue Credentials ---
# TASTYTRADE_USERNAME=
# TASTYTRADE_PASSWORD=
# IBKR_HOST=127.0.0.1
# IBKR_PORT=7497
# IBKR_CLIENT_ID=1
# --- Crypto ---
# CCXT_EXCHANGE=binance
# CCXT_API_KEY=
# CCXT_SECRET=
# --- Polymarket ---
# POLYMARKET_API_KEY=
# POLYMARKET_SECRET=