Skip to content

Commit

Permalink
Merge pull request #5205 from sul-dlss/workflow_config
Browse files Browse the repository at this point in the history
Tweak workflow configuration
  • Loading branch information
justinlittman authored Oct 30, 2024
2 parents 0bd9a13 + e10620a commit 06fca57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/services/workflow_client_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def self.build
Settings.workflow.shift_age
)
end
Dor::Workflow::Client.new(url: Settings.workflow_url, logger:, timeout: Settings.workflow.timeout)
Dor::Workflow::Client.new(url: Settings.workflow.url, logger:, timeout: Settings.workflow.timeout)
end
end
4 changes: 3 additions & 1 deletion config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ dor_indexing:
url: 'https://dor-indexing-app.example.edu/dor'
redis_url: 'redis://localhost:6379/'

workflow_url: 'https://workflow.example.com/workflow'
workflow:
url: 'https://workflow.example.com/workflow'
timeout: 60
sdr:
local_workspace_root: /dor/workspace
local_export_home: /dor/export
Expand Down

0 comments on commit 06fca57

Please sign in to comment.