Conversation
Per-User Database機能に必要な環境変数を追加: - TURSO_PLATFORM_API_TOKEN: Turso Platform API認証用 - TURSO_ORGANIZATION: Turso組織名 - TURSO_PER_USER_DATABASE_PREFIX: DB名プレフィックス - TURSO_TOKEN_ENCRYPTION_KEY: トークン暗号化キー(256bit hex) また、開発環境用ローカルDBディレクトリを.gitignoreに追加。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
🚀 Preview Environment Ready✅ プレビュー環境のセットアップが完了しました! 🗄️ DatabaseName: next-lift-preview-pr428-auth 🌐 DeploymentPreview URL: https://next-lift-cvnlhtpse-gntks-projects.vercel.app
|
Turboのビルドキャッシュが環境変数の変更を検知できるよう、 passThroughEnvに以下を追加: - TURSO_PLATFORM_API_TOKEN - TURSO_ORGANIZATION - TURSO_PER_USER_DATABASE_PREFIX - TURSO_TOKEN_ENCRYPTION_KEY 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
🚀 Preview Environment Ready✅ プレビュー環境のセットアップが完了しました! 🗄️ DatabaseName: next-lift-preview-pr428-auth 🌐 DeploymentPreview URL: https://next-lift-e2zbk6wp3-gntks-projects.vercel.app
|
Contributor
🗑️ Preview Environment Cleaned Up✅ プレビュー環境をクリーンアップしました! Database Name: next-lift-preview-pr428-auth
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Per-User Database機能に必要な環境変数の定義を追加します。
この変更は Per-User Database 実装の前提となるインフラ準備です。
この変更による影響
開発者への影響: 新しい環境変数を
.envに設定する必要がありますTURSO_PLATFORM_API_TOKEN: Turso Platform API認証用トークンTURSO_ORGANIZATION: Turso組織名TURSO_PER_USER_DATABASE_PREFIX: Per-User DB名のプレフィックスTURSO_TOKEN_ENCRYPTION_KEY: DBトークン暗号化用キー(256bit hex形式)ユーザーへの影響: なし(機能追加の準備のみ)
CIでチェックできなかった項目
補足
🤖 Generated with Claude Code