Newer
Older
marking / src / main / resources / marking.properties
jdbc.url=jdbc:h2:./db/testing;IFEXISTS=TRUE;AUTO_SERVER=TRUE

# output dir for generated reports
report.dir=/tmp/reports

# local testing
smtp.host=localhost
smtp.port=2525
smtp.user.name=n/a
smtp.tls=false

# real server
#smtp.host=smtp.staff.otago.ac.nz
#smtp.port=587
#smtp.user.name=geoma48p
#smtp.tls=true

marker.name=Mark George
marker.email=mark.george@otago.ac.nz
cc.email=cc@example.com

attachment.email.name=testing.pdf
attachment.file.prefix=testing

assessment.description=Testing

# does email button appear in UI
enable.email=true

# email delay in seconds (rate limiting)
email.delay=0

# show maximum on report
report.showmax=true

report.title=Report Title\nTitle Continued
report.footer=Some description of how the marks are calculated.

paper.code=INFOXYZ

textarea.fontsize = 14
copy.id.to.clipboard = false
show.bonus.on.report = false