voice-diagram-comment/.env.example
snc 6cba1f1351 initial commit
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-30 21:22:21 +09:00

20 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ローカルで APInpm run devを動かすときに使う環境変数のテンプレート。
# このファイルを .env.local にコピーして、各値を自分のものに置き換える。
# 通常は `vercel env pull .env.local` で Vercel から取得すればよく、手で書く必要はない。
#
# 本番Vercelには同じ変数を Vercel プロジェクトの環境変数として設定する。
# 設定手順はセットアップスキル(「セットアップして」)が案内する。
# Neon Postgres への接続文字列。Vercel の Storage 連携で自動的に設定される
DATABASE_URL=
# API を保護する合言葉。セットアップ時に自動生成されるfb-api-token.txt と同じ値)
# ローカル開発では未設定でも動く
API_TOKEN=
# 音声解析に使う Google AI Studio の API キーhttps://aistudio.google.com/apikey で無料発行)
GEMINI_API_KEY=
# 任意。未指定なら gemini-flash-latest常に最新のflash系を指す公式エイリアスが使われる
# GEMINI_MODEL=