Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Jan 14, 2025
1 parent 14bab43 commit 8e68204
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cantaloupe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ additional settings, volumes, ports, etc.
| CANTALOUPE_ENDPOINT_ADMIN_ENABLED | "false" |
| CANTALOUPE_ENDPOINT_ADMIN_SECRET | |
| CANTALOUPE_ENDPOINT_ADMIN_USERNAME | "admin" |
| CANTALOUPE_ENDPOINT_API_ENABLED | "false" |
| CANTALOUPE_ENDPOINT_API_SECRET | |
| CANTALOUPE_ENDPOINT_API_USERNAME | |
| CANTALOUPE_ENDPOINT_API_ENABLED | "true" |
| CANTALOUPE_ENDPOINT_API_SECRET | <random value> |
| CANTALOUPE_ENDPOINT_API_USERNAME | "islandora" |
| CANTALOUPE_ENDPOINT_HEALTH_DEPENDENCY_CHECK | "false" |
| CANTALOUPE_ENDPOINT_IIIF_1_ENABLED | "false" |
| CANTALOUPE_ENDPOINT_IIIF_2_ENABLED | "true" |
Expand Down
1 change: 1 addition & 0 deletions ci/healthcheck.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ tasks.named<DockerComposeUp>("test") {
}

if (foundHealthyService) {
println("Service is healthy. Exiting test...")
project.exec {
commandLine = baseArguments + listOf("stop")
standardOutput = outputStream
Expand Down

0 comments on commit 8e68204

Please sign in to comment.