-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
33 lines (27 loc) · 1.19 KB
/
Copy path.env.template
File metadata and controls
33 lines (27 loc) · 1.19 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
# 環境変数テンプレート
# このファイルを .env にコピーして編集してください:
# cp .env.template .env
# 🔑 Tailscale 設定(必須)
# https://login.tailscale.com/admin/settings/keys で取得
# 'Reusable' と 'Ephemeral' をチェックして生成
TAILSCALE_AUTH_KEY=tskey-auth-xxxxxxxxxxxxxxxxx
# 🏷️ Tailscale ホスト名(オプション)
TAILSCALE_HOSTNAME=opencode-dev
# ⚙️ ECC プロファイル(オプション)
# minimal: 基本機能のみ(20+スキル)
# developer: 開発者向け(100+スキル)- 推奨
# full: 全機能(136+スキル)
ECC_PROFILE=developer
# 🌐 サービスポート(オプション)
OPENCODE_HOST=0.0.0.0
OPENCODE_PORT=4095
OPENCHAMBER_HOST=0.0.0.0
OPENCHAMBER_PORT=3000
# /plan 用 planner agent のモデル(互換性重視で sonnet 推奨)
OPENCODE_PLANNER_MODEL=sonnet
# 📁 OpenChamber の初期プロジェクトルート(オプション)
# 指定ディレクトリ配下のフォルダを初期プロジェクトとして追加
# 例: /workspace/projects または /workspace
OPENCHAMBER_DEFAULT_PROJECT_DIR=/workspace/projects
# 🛠️ 開発環境(オプション)
NODE_ENV=development