-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (25 loc) · 1.02 KB
/
.env.example
File metadata and controls
29 lines (25 loc) · 1.02 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
# ========================================
# 구글 OAuth 설정 (필수)
# ========================================
GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-google-client-secret
# 프론트엔드 콜백 URL (환경에 맞게 수정)
GOOGLE_REDIRECT_URI=http://localhost:5173/auth/callback
# ========================================
# JWT 설정 (선택 - 기본값 있음)
# ========================================
# JWT_SECRET=your-secret-key-at-least-256-bits
# JWT_ACCESS_EXPIRY=3600000
# JWT_REFRESH_EXPIRY=604800000
# ========================================
# AWS S3 설정 (이미지 업로드 시 필요)
# ========================================
# AWS_ACCESS_KEY_ID=your-access-key
# AWS_SECRET_ACCESS_KEY=your-secret-key
# AWS_REGION=ap-northeast-2
# AWS_S3_BUCKET=your-bucket-name
# ========================================
# Gemini AI 설정 (AI 추천 기능)
# ========================================
# GEMINI_API_KEY=your-gemini-api-key
# GEMINI_MODEL=gemini-2.5-flash-lite