Skip to content
Merged
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
21 changes: 19 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Kakao Map API Key
# Kakao Map API Key (필수)
# 카카오 개발자 콘솔에서 발급: https://developers.kakao.com/
VITE_KAKAO_MAP_KEY=your_kakao_map_api_key_here

# Seoul Open API Key (for 따릉이 bike station data)
# Seoul Open API Key (따릉이 데이터용, 선택사항)
# 서울 열린데이터광장에서 발급: https://data.seoul.go.kr/
VITE_SEOUL_API_KEY=your_seoul_open_api_key_here

# Backend Server URL
# 개발 환경: http://localhost:8080
# 프로덕션: 실제 백엔드 서버 URL
VITE_APP_SERVER_URL=http://localhost:8080

# Firebase 설정 (이미지 업로드용)
# Firebase 콘솔에서 프로젝트 설정 → 일반 → 웹 앱 설정 정보 복사
# Firebase 콘솔: https://console.firebase.google.com/
VITE_FIREBASE_API_KEY=your_firebase_api_key
VITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_project.firebasestorage.app
VITE_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id
VITE_FIREBASE_APP_ID=your_app_id
Loading