Skip to content

Commit

Permalink
Merge pull request #18 from esmero/ISSUE-17
Browse files Browse the repository at this point in the history
ISSUE-17: Provide JSON-LD fallback files and some improvements
  • Loading branch information
DiegoPino authored Dec 30, 2019
2 parents 13bd46e + 0309442 commit 59c8932
Show file tree
Hide file tree
Showing 5 changed files with 4,598 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker-compose-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ services:
# see https://hub.docker.com/_/mysql/
db:
image: mysql:5.7
command: --max_allowed_packet=256M
container_name: esmero-db
restart: always
environment:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ services:
db:
image: mysql:5.7
container_name: esmero-db
command: --max_allowed_packet=256M
restart: always
environment:
MYSQL_ROOT_PASSWORD: esmerodb
Expand Down
4 changes: 2 additions & 2 deletions persistent/iiifconfig/cantaloupe.properties
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ processor.mov = FfmpegProcessor
processor.mp4 = FfmpegProcessor
processor.mpg = FfmpegProcessor
processor.pdf = GraphicsMagickProcessor
processor.png = GraphicsMagickProcessor
processor.png = Java2dProcessor
processor.tif = Java2dProcessor
processor.webm = FfmpegProcessor

Expand Down Expand Up @@ -626,4 +626,4 @@ log.access.SyslogAppender.enabled = false
log.access.SyslogAppender.host =
log.access.SyslogAppender.port = 514
log.access.SyslogAppender.facility = LOCAL0
processor.webp =
processor.webp =
Loading

0 comments on commit 59c8932

Please sign in to comment.