Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var (
anthropicModel = flag.String("anthropic-model", "", "Anthropic model name")

// Multi-workflow mode flags
multiWorkflowAddr = flag.String("multi-workflow-addr", ":8090", "HTTP listen address for multi-workflow REST API")
databaseDSN = flag.String("database-dsn", "", "PostgreSQL connection string for multi-workflow mode")
jwtSecret = flag.String("jwt-secret", "", "JWT signing secret for API authentication")
adminEmail = flag.String("admin-email", "", "Initial admin user email (first-run bootstrap)")
Expand Down