-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
27 lines (23 loc) · 1.06 KB
/
env.example
File metadata and controls
27 lines (23 loc) · 1.06 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
# ============================================================
# Canvas Dashboard – Environment Variables
# ============================================================
# 1. Copy this file: cp .env.example .env
# 2. Fill in your values below
# 3. NEVER commit .env to version control
# ============================================================
# Your Canvas API token
# Get one: Canvas → Account (top-left) → Settings → + New Access Token
CANVAS_TOKEN=your_canvas_token_here
# Your school's Canvas URL (no trailing slash)
# Examples:
# https://canvas.instructure.com (generic)
# https://osu.instructure.com (Ohio State)
# https://canvas.wisc.edu (UW–Madison)
CANVAS_BASE_URL=https://canvas.instructure.com
# (Optional) Comma-separated course IDs to track.
# Leave blank to track ALL active courses.
# Find a course ID in the URL when you open it: /courses/XXXXXX
KEEP_COURSE_IDS=
# (Optional) Directory where canvas_summary.md and canvas_data.db will be saved.
# Defaults to the folder where canvas_dashboard.py lives.
OUTPUT_DIR=