summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-10 13:27:43 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-06-10 13:27:43 +0900
commit0443c8c9972cbe792716cca193f7ad1ae64c0eda (patch)
tree1a337aa33bb0fa1bd3bc209c87302ed799a6dbdb /CLAUDE.md
parent4093468dc7117a2d796b9a18829d0058f742c334 (diff)
Remove hardcoded credentials: use env vars for AppSync/S3
All secrets (APP_SYNC_ENDPOINT, APP_SYNC_API_KEY, S3_BUCKET) moved to .env. Scripts now fail-fast with :? if env vars are not set. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 13bf017..81782dc 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -15,8 +15,8 @@ mosquitone バンドの各システムを管理するリポジトリ。
#### バックエンド (AppSync / DynamoDB)
-- エンドポイント: `https://APP_SYNC_ENDPOINT_REDACTED/graphql`
-- API キー: `APP_SYNC_API_KEY_REDACTED`(`.env` の `APP_SYNC_API_KEY`)
+- エンドポイント: `.env` の `APP_SYNC_ENDPOINT`
+- API キー: `.env` の `APP_SYNC_API_KEY`
#### 情報ソース