sdm.properties 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # Copyright 2018 Scytl Secure Electronic Voting SA
  3. #
  4. # All rights reserved
  5. #
  6. # See our extended copyright notice in *file 'Copyright.txt' which is part of this source code package
  7. #
  8. # Global configuration parameters
  9. # This file is now 'empty'. There is a default configuration already in place. If you need to change a configuration value
  10. # put it here and it will override the default value. Some of the properties that you may usually need to change are
  11. # defined below
  12. ## backend services server
  13. #backend.server.host=localhost
  14. #backend.server.port=8080
  15. ## enable/disable two-phase vote confirmation
  16. #confirmation.required=false
  17. # UI/feature toggling configuration
  18. ## enable/disable button for generating pre-voting additional outputs
  19. #generatePreVotingOutputs.enabled=true
  20. ## enable/disable button for generating post-voting additional outputs
  21. #generatePostVotingOutputs.enabled=true
  22. ## enable/disable button for allowing election event 'participation' report downloading
  23. #downloadParticipation.enabled=true
  24. ## enable/disable button for importing and exports election event data
  25. #importExport.enabled=true
  26. ## enable/disable button for voting card generation preparation
  27. #vcGenerationPreparation.enabled=true
  28. ## enable/disable button for voting card precomputation
  29. #vcPrecomputation.enabled=true
  30. ## enable/disable button for voting card computation
  31. #vcComputation.enabled=true
  32. ## enable/disable button for computed voting card download
  33. #vcDownload.enabled=true
  34. # Tallying service configuration
  35. ## enable/disable tallying service
  36. #tallying.enabled=true
  37. ## Certificate Properties
  38. ## The following properties are used when creating the election event
  39. # services.ca.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/servicesCAX509Certificate.properties
  40. # election.ca.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/electionCAX509Certificate.properties
  41. # credentials.ca.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/credentialsCAX509Certificate.properties
  42. # authorities.ca.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/authoritiesCAX509Certificate.properties
  43. # auth.token.signer.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/authTokenSignerX509Certificate.properties
  44. ## The follow properties are used when creating ballot boxes, voting card sets, verification card sets and voting cards
  45. # ballotbox.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/ballotBoxX509Certificate.properties
  46. # credential.sign.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/credentialSignX509Certificate.properties
  47. # credential.auth.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/credentialAuthX509Certificate.properties
  48. # voting.card.set.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/votingCardSetX509Certificate.properties
  49. # verification.card.set.certificate.properties=${user.home}/sdm/sdmConfig/certificateProperties/verificationCardSetX509Certificate.properties