Skip to content

Commit

Permalink
added port to test data for GitHub tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardKoschicek committed Oct 30, 2023
1 parent 8cd87b5 commit 5f1da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/data_test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ INSERT INTO web.reference_system_openatlas_class (reference_system_id, openatlas
-- IIIF activation
UPDATE web.settings SET value = 'True' WHERE name = 'iiif';
UPDATE web.settings SET value = '/var/www/iipsrv'WHERE name = 'iiif_path';
UPDATE web.settings SET value = 'http://localhost/iiif/'WHERE name = 'iiif_url';
UPDATE web.settings SET value = 'http://localhost:8080/iiif/'WHERE name = 'iiif_url';
UPDATE web.settings SET value = '2' WHERE name = 'iiif_version';
UPDATE web.settings SET value = 'deflate' WHERE name = 'iiif_conversion';

0 comments on commit 5f1da47

Please sign in to comment.