##### 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 # 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 # 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