-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (26 loc) · 1.3 KB
/
.env.example
File metadata and controls
29 lines (26 loc) · 1.3 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
# Overcode environment template.
#
# Copy to `.env` and fill in your own credentials. Real `.env` is gitignored
# and must NEVER be committed — see README → Security & privacy notes.
#
# All three groups are optional at runtime: Overcode degrades gracefully when
# a provider is missing (the AI panel surfaces a friendly "AI not configured"
# state, OAuth Connect buttons stay disabled).
# ─── IBM watsonx.ai Granite (required for any AI feature) ──────────────────
# Create an API key + project at https://dataplatform.cloud.ibm.com/wx/
# Region MUST be Dallas; URL below is the canonical Dallas endpoint.
WATSONX_API_KEY=
WATSONX_PROJECT_ID=
WATSONX_URL=https://us-south.ml.cloud.ibm.com
# ─── GitHub OAuth (optional — enables PR + issue + remote-repo features) ──
# Register an OAuth app at https://github.com/settings/developers
# Homepage URL: http://localhost
# Authorization callback: http://localhost:3000/callback
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# ─── GitLab OAuth (optional — enables MR + GitLab project features) ───────
# Register an application at https://gitlab.com/-/user_settings/applications
# Scopes: api read_user
# Redirect: http://localhost:3001/callback
GITLAB_CLIENT_ID=
GITLAB_CLIENT_SECRET=