ponshu-room-lite/tools/synology/.env.example

18 lines
762 B
Plaintext
Raw 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.

# ==========================================
# Ponshu Room AI Factory - 環境変数設定
# ==========================================
# このファイルを `.env` にコピーして、実際の値を設定してください。
#
# コピー方法:
# cp .env.example .env
#
# 重要: `.env` ファイルは絶対にGitにコミットしないでください
# ----------------------------------------
# Gemini API設定
# ----------------------------------------
# 新しいGoogle AI StudioプロジェクトEarly Accessでない通常プロジェクト
# 作成したAPIキーを設定してください
# 取得方法: https://aistudio.google.com/ → "Get API key" → "Create API key in new project"
GEMINI_API_KEY=YOUR_GEMINI_API_KEY_HERE