feat: harden storyforge runtime and repo boundary
This commit is contained in:
@@ -6,11 +6,15 @@ LOCAL_OPENAI_API_KEY=
|
||||
N8N_BASE_URL=http://127.0.0.1:5670
|
||||
# Dockerized collector should use the internal n8n service address.
|
||||
COLLECTOR_N8N_BASE_URL=http://n8n:5678
|
||||
BOOTSTRAP_SUPERADMIN_USERNAME=storyforge-admin
|
||||
BOOTSTRAP_SUPERADMIN_PASSWORD=__set_a_strong_password__
|
||||
BOOTSTRAP_SUPERADMIN_DISPLAY_NAME=StoryForge Admin
|
||||
N8N_ANALYSIS_WEBHOOK_PATH=/webhook/storyforge-analysis
|
||||
N8N_REAL_CUT_WEBHOOK_PATH=/webhook/storyforge-real-cut
|
||||
N8N_AI_VIDEO_WEBHOOK_PATH=/webhook/storyforge-ai-video
|
||||
N8N_CONTENT_SOURCE_SYNC_WEBHOOK_PATH=/webhook/storyforge-content-source-sync
|
||||
ORCHESTRATOR_SHARED_SECRET=storyforge-local-secret
|
||||
ORCHESTRATOR_SHARED_SECRET=__set_a_strong_shared_secret__
|
||||
STORYFORGE_INTERNAL_BASE_URL=http://collector:8081
|
||||
CUTVIDEO_BASE_URL=
|
||||
CUTVIDEO_API_KEY=
|
||||
CUTVIDEO_BASE_CONFIG=example.job.yaml
|
||||
|
||||
Reference in New Issue
Block a user