We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9526d58 commit c4e6135Copy full SHA for c4e6135
1 file changed
.env.example
@@ -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