You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **Team members**: For shared secrets management, see the [Infisical Setup Guide](./INFISICAL_SETUP_GUIDE.md).
33
+
### Required local env changes
34
+
35
+
The `.env.example` provides defaults. When you create ` .env.local` make sure to update the following important fields for local development:
36
+
37
+
-**OPEN_ROUTER_API_KEY**: set to your OpenRouter key (used for LLM calls). Example:
38
+
-`OPEN_ROUTER_API_KEY=sk-or-v1-...`
39
+
-**GRAVITY_API_KEY**: optional; use `test` for ad/analytics testing in dev.
40
+
-**PORT**: the example defaults to `4242`. This repo commonly runs on `3000` during development — set `PORT=3000` if you want the web app on `http://localhost:3000`.
41
+
-**NEXTAUTH_URL**: when using port 3000 set `NEXTAUTH_URL=http://localhost:3000` to ensure OAuth callbacks work.
42
+
-**CODEBUFF_GITHUB_ID** / **CODEBUFF_GITHUB_SECRET**: your GitHub OAuth app credentials — required to sign in locally via GitHub.
43
+
-**DATABASE_URL**: confirm this points to your local Docker Postgres (default is fine for the built-in Docker setup):
0 commit comments