Skip to content

Commit

Permalink
Turned off signposting (#571)
Browse files Browse the repository at this point in the history
* Turned off and tested on dev.

* Allowed signposting for the integration tests
  • Loading branch information
milanmajchrak authored Mar 28, 2024
1 parent dcf8431 commit fe63fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dspace-api/src/test/data/dspaceFolder/config/local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,6 @@ file.preview.enabled = true

### Storage service ###
sync.storage.service.enabled = false

### Signposting configuration ###
signposting.enabled = true
2 changes: 1 addition & 1 deletion dspace/config/modules/signposting.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ signposting.path = signposting
# When "true", the signposting controller is accessible on ${signposting.path}
# When "false" or commented out, signposting is disabled/inaccessible.
# (Requires reboot of servlet container, e.g. Tomcat, to reload)
signposting.enabled = true
signposting.enabled = false

# Name of crosswalk to use for handling of 'describedby' links.
signposting.describedby.crosswalk-name = DataCite
Expand Down

0 comments on commit fe63fdb

Please sign in to comment.