Skip to content

Commit

Permalink
Update ocr in path value
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Dec 19, 2024
1 parent 21a0fc0 commit b304040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults: &defaults
archivespace_password: <%= ENV["ASPACE_PASSWORD"] %>
plausible_api_key: <%= ENV["PLAUSIBLE_API_KEY"] %>
cdl_in_path: <%= ENV["CDL_IN_PATH"] %>
ocr_in_path: <%= ENV["OCR_IN_PATH"] %>
ocr_in_path: <%= ENV["OCR_ILLIAD_IN_PATH"] %>
illiad_sftp_host: <%= ENV["ILLIAD_SFTP_HOST"] || "sftp.example.com" %>
illiad_sftp_port: <%= ENV["ILLIAD_SFTP_PORT"] || "2222" %>
illiad_sftp_user: <%= ENV["ILLIAD_SFTP_USER"] || "user" %>
Expand Down

0 comments on commit b304040

Please sign in to comment.