Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OLAT CI-CD Testing Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lars Oliver Dam
OLAT CI-CD Testing Project
Commits
201ec495
Commit
201ec495
authored
11 years ago
by
gnaegi
Browse files
Options
Downloads
Patches
Plain Diff
OO-449 adjust IM tests in properties file, enable chat by default
parent
33b6a0aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
olat.local.properties.sample
+0
-4
0 additions, 4 deletions
olat.local.properties.sample
src/main/resources/serviceconfig/olat.properties
+4
-9
4 additions, 9 deletions
src/main/resources/serviceconfig/olat.properties
with
4 additions
and
13 deletions
olat.local.properties.sample
+
0
−
4
View file @
201ec495
...
@@ -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
This diff is collapsed.
Click to expand it.
src/main/resources/serviceconfig/olat.properties
+
4
−
9
View file @
201ec495
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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