Skip to content
Snippets Groups Projects
Commit 201ec495 authored by gnaegi's avatar gnaegi
Browse files

OO-449 adjust IM tests in properties file, enable chat by default

parent 33b6a0aa
No related branches found
No related tags found
No related merge requests found
...@@ -100,9 +100,5 @@ generate.index.at.startup=false ...@@ -100,9 +100,5 @@ generate.index.at.startup=false
# only set this if you do not want unit tests to be performed during the build # only set this if you do not want unit tests to be performed during the build
skip.unit.tests=true skip.unit.tests=true
# set to false if you do not require special fonts
unpack.fonts=false
# when running in eclipse use "INFO, syslog, A1", for production use "INFO, syslog" # when running in eclipse use "INFO, syslog, A1", for production use "INFO, syslog"
log.rootCategory = INFO, syslog, A1 log.rootCategory = INFO, syslog, A1
# if enabled then the IM Server must be running before OLAT is started!
instantMessaging.enable=false
...@@ -489,17 +489,12 @@ infinispan.jndi= ...@@ -489,17 +489,12 @@ infinispan.jndi=
infinispan.jndi.values=,java:jboss/infinispan/openolatha infinispan.jndi.values=,java:jboss/infinispan/openolatha
######################################################################## ########################################################################
# Fonts for jsMath Formula Editor (part of html editor and wiki) # Instant Messaging / chat
######################################################################## ########################################################################
unpack.fonts.comment=set to false if you do not require special image fonts of to speed up development cycle (unpacking takes some time as the zip contains more than 20'000 files!)
unpack.fonts=false
######################################################################## # As of 8.4 no external instant messaging server is needed. Configuration
# Instant Messaging (optional) # of the instant messaging / chat infrastructure is done in the admin GUI
######################################################################## instantMessaging.enable=true
# if enabled then the IM Server must be running before OLAT is started!
instantMessaging.enable=false
#whether to display current course participant count in the course toolbox #whether to display current course participant count in the course toolbox
course.display.participants.count=true course.display.participants.count=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment