-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (33 loc) · 1.64 KB
/
Copy path.env.example
File metadata and controls
41 lines (33 loc) · 1.64 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
30
31
32
33
34
35
36
37
38
39
40
41
# =================================================================
# StageSight Environment Configuration Example
# Copy this file to .env and fill in your values locally.
# DO NOT commit .env to version control.
# =================================================================
# Google Cloud Project & Region
GOOGLE_CLOUD_PROJECT=pure-pact-477701-j8
GOOGLE_CLOUD_LOCATION=us-central1
# Google Gemini API Key (if running locally without ADC)
# Gemini runs on Vertex AI, authenticated by the runtime service account
# (roles/aiplatform.user) — no key involved. Set USE_VERTEX_AI=false to use the
# API key below instead; that is also the automatic fallback if Vertex cannot be
# reached, so local development works with just the key.
# VERTEX_LOCATION is `global`, NOT the Cloud Run region: the Gemini 3.x models
# this project uses are published only to Vertex's global endpoint.
USE_VERTEX_AI=true
VERTEX_LOCATION=global
GEMINI_API_KEY=
# 한국관광공사 관광정보 오픈API — 사진과 좌표가 있는 유일한 갱신형 공공 소스.
# data.go.kr/data/15101578/openapi.do 에서 활용신청(자동승인) 후 발급.
TOURAPI_KEY=
# 공공데이터포털 파일데이터 (선택) — 촬영지 CSV를 API로 받을 때만 필요.
PUBLIC_DATA_API_KEY=
# Parallel Search API Key (Required for live location constraints research)
# Get your API key from Parallel: https://parallel.ai
PARALLEL_API_KEY=
# Google Maps API Key (Optional for frontend exterior context/maps)
# Restricted by HTTP Referrer in production
GOOGLE_MAPS_API_KEY=
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=
# Service Ports & Settings
PORT=8080
NEXT_PUBLIC_API_BASE_URL=http://localhost:8080