##### Properties file for configuring a servlet ##### The name of this file is specified in resources/web/servlets.xml.in ##### So you can copy and rename the file if you want different params for ##### different servlets - just make sure you update: ##### 1. servlets.xml.in - set the new name in the properties_file init-param ##### 2. build.properties - add the new name to the list of servlet properties files: servlet.properties.filenames ##### If you modify this servlet.properties file, you need to restart the library # does this servlet provide the favourites functionality? true/false favouritebasket=true # does this servlet provide the documentbasket functionality? true/false. Currently not available documentbasket=false # Does this servlet display the web-gli link? true/false webglilink=true # If you want to use recpatcha on your site, eg in verify page or in user # admin pages, replace these testing keys with the real ones for your site recaptcha.site_key=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI recaptcha.secret_key=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe # Do you want the cookie consent manager in the library? # The cookie consent manager is a component of the default interface that # alerts the end user to Greenstone's cookie usage. It also allows them to # consent to non-essential cookies. # It can be customised by editing the 'cookieconsent-init.js' file in the # default interface's 'js' folder. cookie_consent=true # Specify your Google Client API Id here, and uncomment if you want Greenstone3 to allow users # to sign in through GoogleSignin # # Note: You also need to edit: # resources/web/servlet.xml.in # and uncomment the block: # # googlesignin_client_id # @googlesigninclientid@ # #tomcat.googlesigninJDBCRealm.clientid=????....????.apps.googleusercontent.com