ken_nogi/NodeSrv/apps/get-voice-mail/.env.example
Kenichiro NOGI 4b14d992af feat: get-voice-mailに取得範囲フラグ追加、n8nワークフローを1件ずつループ処理化
大量ファイル処理時のn8nメモリ枯渇対策として、SplitInBatches(1件ずつ)で
SSHダウンロード→base64化→プリザンター登録を直列化(n8n側、API経由で反映済み)。
Webhookに?range=today|week|allを追加、app-portal側にも選択UIを実装。
2026-09-19 11:43:21 +09:00

17 lines
681 B
Plaintext
Raw Permalink 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.

PORT=3000
NODE_ENV=development
# app-portalキッカー登録用
PORTAL_APP_TYPE=batch
PORTAL_APP_LABEL=ボイスメール取得
PORTAL_APP_URL=http://get-voice-mail:3000
PORTAL_TRIGGER_PATH=/trigger
PORTAL_SECRET=
# app-portalダッシュボードに取得範囲の選択肢を表示する(未指定ならボタンのみ、選択なしはtriggerで自動的にtoday扱い)
PORTAL_TRIGGER_RANGE_OPTIONS=today,week,all
# n8nワークフロー入口(Webhookード)のURL。/trigger起動時にPOSTする先
N8N_WEBHOOK_URL=https://n8n32.next-hd.net/webhook/get-voice-mail
# n8n Webhookード側のHeader Auth Credential値(X-Api-Keyヘッダーに設定)
N8N_WEBHOOK_SECRET=