Skip to content

Commit c4e6135

Browse files
committed
docs: add .env.example with OAuth placeholders (secrets not in repo)
1 parent 9526d58 commit c4e6135

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Copy to .env and fill in as needed.
2+
3+
# Google OAuth (required for Google login flows)
4+
# Obtain from Google Cloud Console > Credentials > OAuth 2.0 Client IDs
5+
GOOGLE_OAUTH_CLIENT_ID=
6+
GOOGLE_OAUTH_CLIENT_SECRET=
7+
8+
# Optional: Other providers used across the repo (leave blank unless needed)
9+
#OPENAI_API_KEY=
10+
#GEMINI_API_KEY=
11+
#TAVILY_API_KEY=
12+

0 commit comments

Comments
 (0)