Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url_here
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here

# 캘린더 연동용 OAuth Client (Google/Apple)
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
# 구글 소셜 로그인
GOOGLE_LOGIN_CLIENT_ID=your_google_login_client_id_here
GOOGLE_LOGIN_CLIENT_SECRET=your_google_login_client_secret_here
GOOGLE_LOGIN_REDIRECT_URI=http://localhost:3000/api/auth/google/callback

# 구글 캘린더 연동
GOOGLE_CALENDAR_CLIENT_ID=your_google_calendar_client_id_here
GOOGLE_CALENDAR_CLIENT_SECRET=your_google_calendar_client_secret_here

# Gemini API (이미지 분석용)
GEMINI_API_KEY=your_gemini_api_key_here
Expand Down
122 changes: 113 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading