Skip to content

Commit 0bdc88b

Browse files
committed
Use ocr in and out path vars for new illiad installation
closes #6412
1 parent badae79 commit 0bdc88b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaults: &defaults
77
archivespace_password: <%= ENV["ASPACE_PASSWORD"] %>
88
plausible_api_key: <%= ENV["PLAUSIBLE_API_KEY"] %>
99
cdl_in_path: <%= ENV["CDL_IN_PATH"] %>
10-
ocr_in_path: <%= ENV["OCR_IN_PATH"] %>
11-
ocr_out_path: <%= ENV["OCR_OUT_PATH"] %>
10+
ocr_in_path: <%= ENV["OCR_ILLIAD_IN_PATH"] %>
11+
ocr_out_path: <%= ENV["OCR_ILLIAD_OUT_PATH"] %>
1212
pyramidals_bucket: "iiif-image-staging"
1313
pyramidals_region: "us-east-1"
1414
aws_access_key_id: <%= ENV["FIGGY_AWS_ACCESS_KEY_ID"] %>

0 commit comments

Comments
 (0)