Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ARSnova Backend
Manage
Activity
Members
Labels
Plan
Issues
27
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
ARSnova Backend
Commits
7b91a2c2
Commit
7b91a2c2
authored
8 years ago
by
Daniel Gerhardt
Browse files
Options
Downloads
Patches
Plain Diff
Sync test configuration
parent
5eeb0cec
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/resources/arsnova.properties.example
+9
-2
9 additions, 2 deletions
src/test/resources/arsnova.properties.example
with
9 additions
and
2 deletions
src/test/resources/arsnova.properties.example
+
9
−
2
View file @
7b91a2c2
...
@@ -64,13 +64,14 @@ security.authentication.login-try-limit=50
...
@@ -64,13 +64,14 @@ security.authentication.login-try-limit=50
# Guest authentication
# Guest authentication
#
#
security.guest.enabled=true
security.guest.enabled=true
security.guest.allowed-roles=speaker,student
security.guest.order=0
security.guest.order=0
security.guest.lecturer.enabled=true
# Setup combined login if you want to use a single, customized login page
# Setup combined login if you want to use a single, customized login page
# which is used for multiple authentication services.
# which is used for multiple authentication services.
#
#
security.custom-login.enabled=false
security.custom-login.enabled=false
security.custom-login.allowed-roles=speaker,student
security.custom-login.title=University
security.custom-login.title=University
security.custom-login.login-dialog-path=
security.custom-login.login-dialog-path=
security.custom-login.image=
security.custom-login.image=
...
@@ -88,6 +89,7 @@ security.custom-login.order=0
...
@@ -88,6 +89,7 @@ security.custom-login.order=0
# replaced by the value of activation-path.
# replaced by the value of activation-path.
#
#
security.user-db.enabled=true
security.user-db.enabled=true
security.user-db.allowed-roles=speaker,student
security.user-db.title=ARSnova
security.user-db.title=ARSnova
security.user-db.login-dialog-path=account.html
security.user-db.login-dialog-path=account.html
security.user-db.activation-path=account.html
security.user-db.activation-path=account.html
...
@@ -111,6 +113,7 @@ security.user-db.reset-password-mail.body=You requested to reset your \
...
@@ -111,6 +113,7 @@ security.user-db.reset-password-mail.body=You requested to reset your \
# server. {0} will be replaced with the user ID by ARSnova.
# server. {0} will be replaced with the user ID by ARSnova.
#
#
security.ldap.enabled=false
security.ldap.enabled=false
security.ldap.allowed-roles=speaker,student
security.ldap.title=LDAP
security.ldap.title=LDAP
security.ldap.login-dialog-path=login-ldap.html
security.ldap.login-dialog-path=login-ldap.html
security.ldap.image=
security.ldap.image=
...
@@ -128,6 +131,7 @@ security.ldap.user-dn-pattern=uid={0},ou=arsnova
...
@@ -128,6 +131,7 @@ security.ldap.user-dn-pattern=uid={0},ou=arsnova
# CAS authentication
# CAS authentication
#
#
security.cas.enabled=false
security.cas.enabled=false
security.cas.allowed-roles=speaker,student
security.cas.title=CAS
security.cas.title=CAS
security.cas.image=
security.cas.image=
security.cas.order=0
security.cas.order=0
...
@@ -141,6 +145,7 @@ security.cas-server-url=https://example.com/cas
...
@@ -141,6 +145,7 @@ security.cas-server-url=https://example.com/cas
# Facebook
# Facebook
#
#
security.facebook.enabled=false
security.facebook.enabled=false
security.facebook.allowed-roles=speaker,student
security.facebook.order=0
security.facebook.order=0
security.facebook.key=
security.facebook.key=
security.facebook.secret=
security.facebook.secret=
...
@@ -148,6 +153,7 @@ security.facebook.secret=
...
@@ -148,6 +153,7 @@ security.facebook.secret=
# Twitter
# Twitter
#
#
security.twitter.enabled=false
security.twitter.enabled=false
security.twitter.allowed-roles=speaker,student
security.twitter.order=0
security.twitter.order=0
security.twitter.key=
security.twitter.key=
security.twitter.secret=
security.twitter.secret=
...
@@ -155,6 +161,7 @@ security.twitter.secret=
...
@@ -155,6 +161,7 @@ security.twitter.secret=
# Google
# Google
#
#
security.google.enabled=false
security.google.enabled=false
security.google.allowed-roles=speaker,student
security.google.order=0
security.google.order=0
security.google.key=
security.google.key=
security.google.secret=
security.google.secret=
...
@@ -223,7 +230,7 @@ question.answer-option-limit=8
...
@@ -223,7 +230,7 @@ question.answer-option-limit=8
# options should be used cautiously since it could lead to display errors.
# 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
# Answer options will still not be parsed in diagrams. This setting has no
# effect if neither MathJax nor Markdown are enabled.
# effect if neither MathJax nor Markdown are enabled.
question.parse-answer-option-formatting=
tru
e
question.parse-answer-option-formatting=
fals
e
# Demo session id to show above session login button
# Demo session id to show above session login button
# You can freely use the demo session of https://arsnova.eu/mobile which can be
# You can freely use the demo session of https://arsnova.eu/mobile which can be
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment