Skip to content
Snippets Groups Projects
arsnova.properties.example 3.15 KiB
Newer Older
root-url=http://localhost:8080
customization.path=/customization
mobile.path=/mobile
presenter.path=/presenter

links.overlay.url=https://arsnova.eu/overlay/
links.organization.url=
links.imprint.url=
links.privacy-policy.url=

security.arsnova-url=http://localhost:8080
security.authentication.login-try-limit=50
security.guest.enabled=true
security.guest.lecturer.enabled=true
# Setup combined login if you want to use a single, customized login page
# which is used for multiple authentication services.
security.custom-login.enabled=false
security.custom-login.title=University
security.custom-login.login-dialog-path=
security.custom-login.image=

security.user-db.enabled=true
security.user-db.login-dialog-path=account.html
security.user-db.activation-path=account.html
security.user-db.allowed-email-domains=*
security.user-db.registration-mail.subject=ARSnova Registration
security.user-db.registration-mail.body=Welcome to ARSnova!\n\nPlease confirm your registration by visiting the following web address:\n{0}\n\nAfterwards, you can log into ARSnova with your e-mail address and password.

security.ldap.enabled=true
security.ldap.login-dialog-path=login-ldap.html
security.ldap.url=ldap://example.com:33389/dc=example,dc=com
security.ldap.user-dn-pattern=uid={0},ou=arsnova
security.ldap.user-search-filter=(uid={0})
security.ldap.user-search-base="ou=people"

security.cas.enabled=true
security.cas-server-url=https://cas.thm.de/cas

security.facebook.enabled=true
security.facebook.key=
security.facebook.secret=

security.twitter.enabled=true
security.twitter.key=
security.twitter.secret=

security.google.enabled=true
security.google.key=
security.google.secret=
security.ssl=false
security.keystore=/etc/arsnova.thm.de.jks
security.storepass=arsnova

mail.sender.name=ARSnova
mail.sender.address=
mail.host=

# minutes, after which the feedback is deleted
feedback.cleanup=10

Christoph Thelen's avatar
Christoph Thelen committed
# maximal filesize in bytes
upload.filesize_b=1048576

# maximal number of answer options allowed for a skill question
question.answerOptionLimit=8

# Enable Markdown and MathJax parsing in answer options. Formatting in answer options should
# be used cautiously since it could lead to display errors. Answer options will still not
# be parsed in diagrams. This setting has no effect if neither MathJax nor Markdown are enabled.
question.parse-answer-option-formatting=false

couchdb.host=localhost
couchdb.port=5984
couchdb.username=admin
couchdb.password=
socketio.port=10443

connector.uri=http://localhost:8080/connector-service
connector.username=test

# Enable MathJax to allow the use of Math formulas written in TeX syntax in text fields.
features.mathjax.enabled=true

# The following features are considered experimental because they have not been
# tested in a production environment over a longer time frame and/or their behavior
# will change in future releases.
features.markdown.enabled=false
features.question-format.flashcard.enabled=false
features.question-format.grid-square.enabled=false