wing-ops/frontend/.env.example
htlee fb556fad9e chore: 프로젝트 초기 구성
- frontend: React 19 + Vite 7 + Leaflet + Tailwind + Zustand
- backend: Express + better-sqlite3 + TypeScript
- database: PostgreSQL 초기화 스크립트
- .gitignore: 대용량 참고자료(scat, 참고용) 및 바이너리 파일 제외
- .env.example: API 키 템플릿

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 11:06:21 +09:00

8 lines
215 B
Plaintext

VITE_API_URL=http://localhost:3001/api
# 기상청 / 국립해양조사원 API Key (https://www.data.go.kr)
VITE_DATA_GO_KR_API_KEY=your_api_key_here
# AIS 선박 위치 API Key
VITE_AIS_API_KEY=your_api_key_here