-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
56 lines (45 loc) · 2.89 KB
/
Copy path.env.example
File metadata and controls
56 lines (45 loc) · 2.89 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
44
45
46
47
48
49
50
51
52
53
54
55
56
# =============================================================================
# K-12 segment - OpenClaw daemon env file (~/.openclaw/.env)
# Copy this file to ~/.openclaw/.env on the OpenClaw host and replace every
# value with real credentials before starting the daemon.
# Every value below is a non-functional placeholder.
# =============================================================================
# --- PowerSchool SIS ---------------------------------------------------------
POWERSCHOOL_BASE_URL=https://district.powerschool.com
POWERSCHOOL_CLIENT_ID=SAMPLE-ps-client-id-000000000000
POWERSCHOOL_CLIENT_SECRET=SAMPLE-ps-client-secret-000000000000
# --- Canvas (Instructure LMS) ------------------------------------------------
CANVAS_BASE_URL=https://district.instructure.com
CANVAS_API_TOKEN=SAMPLE-canvas-api-token-000000000000
# --- Google Workspace for Education / Google Classroom -----------------------
# Used by both google-classroom and google-workspace-edu skills.
GOOGLE_CLIENT_ID=SAMPLE-google-client-id-000000000000.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=SAMPLE-google-client-secret-000000000000
GOOGLE_REFRESH_TOKEN=SAMPLE-google-refresh-token-000000000000
# --- Frontline Education (Central / Absence / Professional Growth / Special Ed)
FRONTLINE_BASE_URL=https://api.frontlineeducation.com
FRONTLINE_CLIENT_ID=SAMPLE-frontline-client-id-000000000000
FRONTLINE_CLIENT_SECRET=SAMPLE-frontline-client-secret-000000000000
# --- ParentSquare ------------------------------------------------------------
PARENTSQUARE_API_KEY=SAMPLE-parentsquare-api-key-000000000000
PARENTSQUARE_DISTRICT_ID=SAMPLE-00000
# --- NWEA MAP Growth ---------------------------------------------------------
NWEA_MAP_BASE_URL=https://api.mapnwea.org
NWEA_MAP_API_KEY=SAMPLE-nwea-map-api-key-000000000000
# --- Edulastic ---------------------------------------------------------------
EDULASTIC_API_KEY=SAMPLE-edulastic-api-key-000000000000
EDULASTIC_DISTRICT_ID=SAMPLE-edulastic-district-id-000000000000
# --- Khan Academy ------------------------------------------------------------
KHAN_ACADEMY_CLIENT_ID=SAMPLE-khan-client-id-000000000000
KHAN_ACADEMY_CLIENT_SECRET=SAMPLE-khan-client-secret-000000000000
KHAN_ACADEMY_REDIRECT_URI=https://your-openclaw-instance.example.com/oauth/callback/khan-academy
# --- EBSCO (EBSCOhost / Explora for Schools) ---------------------------------
EBSCO_BASE_URL=https://eit.ebscohost.com/Services/SearchService.asmx
EBSCO_API_KEY=SAMPLE-ebsco-api-key-000000000000
EBSCO_PROFILE_ID=SAMPLE-ebsco-profile-id-000000000000
# --- ClassDojo ---------------------------------------------------------------
CLASSDOJO_API_KEY=SAMPLE-classdojo-api-key-000000000000
CLASSDOJO_TEACHER_ID=SAMPLE-classdojo-teacher-id-000000000000
# --- iReady (Curriculum Associates) -----------------------------------------
IREADY_API_KEY=SAMPLE-iready-api-key-000000000000
IREADY_DISTRICT_ID=SAMPLE-iready-district-id-000000000000