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
4a603bfe
Commit
4a603bfe
authored
5 years ago
by
Florian Gnägi
Browse files
Options
Downloads
Patches
Plain Diff
non-jira: rename app from OpenOLAT -> OpenOlat to match new style
parent
e526edca
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/serviceconfig/olat.properties
+14
-14
14 additions, 14 deletions
src/main/resources/serviceconfig/olat.properties
with
14 additions
and
14 deletions
src/main/resources/serviceconfig/olat.properties
+
14
−
14
View file @
4a603bfe
########################################################################
########################################################################
#
#
# Sample configuration file for OpenO
LAT
# Sample configuration file for OpenO
lat
#
#
# This is the main OpenO
LAT
configuration file. You should ensure that
# This is the main OpenO
lat
configuration file. You should ensure that
# you have read and understood the OpenO
LAT
documentation beforehand.
# you have read and understood the OpenO
lat
documentation beforehand.
# In all likelihood you will need to alter some of the settings
# In all likelihood you will need to alter some of the settings
# below to suit your environment
# below to suit your environment
#
#
...
@@ -99,7 +99,7 @@ deletionModule.adminUserName=administrator
...
@@ -99,7 +99,7 @@ deletionModule.adminUserName=administrator
# Session timeout configuration.
# Session timeout configuration.
# Note that this are default values only. If you want to change the configuration, open the administration panel
# Note that this are default values only. If you want to change the configuration, open the administration panel
# in OpenO
LAT
and change the values there. They are stored in olatdata/system/configuration/ and will override
# in OpenO
lat
and change the values there. They are stored in olatdata/system/configuration/ and will override
# the values from the olat.local.properties file.
# the values from the olat.local.properties file.
# a) Session timeout in seconds for not-authenticated sessions (login screen etc).
# a) Session timeout in seconds for not-authenticated sessions (login screen etc).
# Keep small to prevent denial of service attacks. Default is 5 minutes.
# Keep small to prevent denial of service attacks. Default is 5 minutes.
...
@@ -132,7 +132,7 @@ fromdomain=
...
@@ -132,7 +132,7 @@ fromdomain=
# system mails will be sent from this address (from local domain with valid reverse dns):
# system mails will be sent from this address (from local domain with valid reverse dns):
fromemail
=
no-reply@your.domain
fromemail
=
no-reply@your.domain
# the plain text name of the from mail address usually displayed by the email client
# the plain text name of the from mail address usually displayed by the email client
fromname
=
OpenO
LAT
eLearning Server (${server.domainname})
fromname
=
OpenO
lat
eLearning Server (${server.domainname})
# set this email to a mail address in your domain (used as reply-to address)
# set this email to a mail address in your domain (used as reply-to address)
adminemail
=
webmaster@your.domain
adminemail
=
webmaster@your.domain
# set this email to a mail address in your domain (used for 'ask for help here' type of messages that do not have special address)
# set this email to a mail address in your domain (used for 'ask for help here' type of messages that do not have special address)
...
@@ -422,7 +422,7 @@ help.course.softkey=OLAT::help-course_de.zip
...
@@ -422,7 +422,7 @@ help.course.softkey=OLAT::help-course_de.zip
# ID should be no longer than 10 characters!
# ID should be no longer than 10 characters!
instance.id
=
myopenolat
instance.id
=
myopenolat
# Issuer of the OpenO
LAT
users.
# Issuer of the OpenO
lat
users.
# The issuer is the entity that issues a set of claims. An issuer
# The issuer is the entity that issues a set of claims. An issuer
# identifier is a case sensitive URL using the https scheme that contains
# identifier is a case sensitive URL using the https scheme that contains
# scheme, host, and optionally, port number and path components and no
# scheme, host, and optionally, port number and path components and no
...
@@ -616,7 +616,7 @@ db.vendor.values.comment=supported vendors currently include "mysql", "postgresq
...
@@ -616,7 +616,7 @@ db.vendor.values.comment=supported vendors currently include "mysql", "postgresq
# The local data source works out of the box with the Hikari database connection pool. However, we stronlgy
# The local data source works out of the box with the Hikari database connection pool. However, we stronlgy
# recommend using a jndi container managed data source for better stability and realibility.
# recommend using a jndi container managed data source for better stability and realibility.
# When using jndi, make sure you copy the database connector to your application server lib directory and remove it from
# When using jndi, make sure you copy the database connector to your application server lib directory and remove it from
# the OpenO
LAT
release.
# the OpenO
lat
release.
db.source
=
local
db.source
=
local
db.source.values
=
local,jndi
db.source.values
=
local,jndi
db.source.values.comment
=
supports jdbc connections created locally (local) or search them with a jndi name (jndi)
db.source.values.comment
=
supports jdbc connections created locally (local) or search them with a jndi name (jndi)
...
@@ -680,7 +680,7 @@ instantMessaging.enable=true
...
@@ -680,7 +680,7 @@ instantMessaging.enable=true
# Calendar
# Calendar
########################################################################
########################################################################
# Enable or not the calendar feature in OpenO
LAT
# Enable or not the calendar feature in OpenO
lat
calendar.enabled
=
true
calendar.enabled
=
true
calendar.enabled.values
=
true,false
calendar.enabled.values
=
true,false
# Enable personal calendar (if calendar is enabled)
# Enable personal calendar (if calendar is enabled)
...
@@ -1246,13 +1246,13 @@ ldap.learningResourceManagerRoleValue=
...
@@ -1246,13 +1246,13 @@ ldap.learningResourceManagerRoleValue=
#####
#####
# Build properties
# Build properties
#####
#####
application.name
=
OpenO
LAT
application.name
=
OpenO
lat
build.version
=
14.1a
build.version
=
14.1a
build.identifier
=
openolat141a-dev
build.identifier
=
openolat141a-dev
build.repo.revision
=
local-devel
build.repo.revision
=
local-devel
#####
#####
# OpenO
LAT
user activity logging: anonymous logging will skipp all tracking loggings and only log actions
# OpenO
lat
user activity logging: anonymous logging will skipp all tracking loggings and only log actions
# of type admin and statistic
# of type admin and statistic
#####
#####
log.anonymous
=
false
log.anonymous
=
false
...
@@ -1495,12 +1495,12 @@ edubase.infoverUrl=https://reader.silkcodeapps.de/lookup/srv/v2/information/info
...
@@ -1495,12 +1495,12 @@ edubase.infoverUrl=https://reader.silkcodeapps.de/lookup/srv/v2/information/info
########################################
########################################
# Options for edu-sharing
# Options for edu-sharing
# You have to configure public keys in the admin section in the GUI of OpenO
LAT
.
# You have to configure public keys in the admin section in the GUI of OpenO
lat
.
########################################
########################################
edusharing.enabled
=
false
edusharing.enabled
=
false
edusharing.url
=
https://edusharing.example.org/edu-sharing/
edusharing.url
=
https://edusharing.example.org/edu-sharing/
edusharing.app.id
=
edusharing.app.id
=
# IP address of the OpenO
LAT
instance
# IP address of the OpenO
lat
instance
edusharing.host
=
edusharing.host
=
edusharing.ticket.valid.seconds
=
10
edusharing.ticket.valid.seconds
=
10
...
@@ -1555,7 +1555,7 @@ office365.usage.restricted.managers=false
...
@@ -1555,7 +1555,7 @@ office365.usage.restricted.managers=false
# Options for monitoring
# Options for monitoring
########################################
########################################
monitoring.enabled
=
true
monitoring.enabled
=
true
monitoring.instance.description
=
OpenO
LAT
instance
monitoring.instance.description
=
OpenO
lat
instance
monitored.probes
=
Runtime,System,Database,Memory,OpenOLAT,Release,Environment,Indexer
monitored.probes
=
Runtime,System,Database,Memory,OpenOLAT,Release,Environment,Indexer
monitoring.dependency.server
=
myserver
monitoring.dependency.server
=
myserver
...
@@ -1618,7 +1618,7 @@ video.transcoding.profile.values=Fast,Very Fast
...
@@ -1618,7 +1618,7 @@ video.transcoding.profile.values=Fast,Very Fast
# transcoded versions.
# transcoded versions.
# If you set video.transcoding.local=false and use an external script for transcoding, this
# If you set video.transcoding.local=false and use an external script for transcoding, this
# other script must have access to this video.transcoding.dir as well to store the transcoded
# other script must have access to this video.transcoding.dir as well to store the transcoded
# videos. Make sure the access permissions are implemented in a way so that the OpenO
LAT
process
# videos. Make sure the access permissions are implemented in a way so that the OpenO
lat
process
# can always delete the files from this video.transcoding.dir directory (when deleting the
# can always delete the files from this video.transcoding.dir directory (when deleting the
# master video)
# master video)
video.transcoding.dir
=
${folder.root}/transcodedVideos
video.transcoding.dir
=
${folder.root}/transcodedVideos
...
...
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