.env.example•1.17 kB
# Convex Configuration
# Convexプロジェクトのデプロイメント名
CONVEX_DEPLOYMENT=your-deployment-name
# ConvexのURL(開発環境では自動生成される)
NEXT_PUBLIC_CONVEX_URL=https://your-convex-url.convex.cloud
# Todoist API Configuration
# TodoistのAPIトークン(https://todoist.com/prefs/integrations で取得)
TODOIST_API_TOKEN=61dae250699e84eb85b9c2ab9461c0581873566d
# Next.js Configuration
# NextAuth用のシークレットキー(ランダムな文字列)
NEXTAUTH_SECRET=your-secret-key-here
# アプリケーションのベースURL
NEXTAUTH_URL=http://localhost:3000
# Development Settings
# 環境(development, production, test)
NODE_ENV=development
# サーバーポート
PORT=3000
# MCP Server Settings
# MCPサーバーのポート
MCP_SERVER_PORT=3001
# MCPサーバーのホスト
MCP_SERVER_HOST=localhost
# Optional: Database Configuration
# ローカル開発用設定(必要に応じて)
DATABASE_URL=
# Optional: Logging Configuration
# ログレベル(error, warn, info, debug)
LOG_LEVEL=info
# Optional: Cache Configuration
# Redis URL(キャッシュが必要な場合)
REDIS_URL=