Newer
Older
##########
#
# when you start OLAT with an empty olat.local.properties file it will start with an embedded hsqldb and
# the userdata dir will be java.io.tmpdir.
#
##########
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# name of the repository root
folder.root=${userdata.dir}/bcroot
# temporary workspace for the running application
temp.dir=${userdata.dir}/tmp
########################################################################
# SMTP (mail) settings
########################################################################
# mail support can be disabled by leaving the following entry blank or
# setting it to the keyword 'disabled' (without quotes!)
smtp.host=speedy.frentix.com
# if required by your local SMTP you may need to provide credentials
smtp.user=
smtp.pwd=
fromemail=admin@frentix.com
# set this email to a webmaster or admin mail address in your domain
adminemail=roman.haag@frentix.com
# set this email to a support mail address in your domain
supportemail=roman.haag@frentix.com
########################################################################
# OLAT identity settings
########################################################################
# OLAT instance ID (effects a unqiue namesapce for addressable items)
# ID should be no longer than 10 characters! This needs to be unique
# amongst nodes within a cluster, if you are not clustering then you
# can leave this value as is.
instance.id=rholat
########################################################################
# Database settings
########################################################################
# supported vendors currently include "mysql" and "postgresql"
db.vendor=mysql
db.hibernate.ddl.auto=validate
#db.hibernate.ddl.auto=update
auto.upgrade.database=false
# the name of the application database
# JDBC options (e.g., to set character channel behaviour etc.)
db.jdbc.options=useUnicode=true&characterEncoding=UTF-8
# only set this if you do not want unit tests to be performed during the build
skip.unit.tests=true
# set to false if you do not require special fonts
unpack.fonts=false
# for developers set to true - velocity pages are NOT cached
olatcore.debug=true
# for developers set to false - i18n files are not cached
localization.cache=false
user.generateTestUsers=false
# When running in eclipse use "INFO, syslog, A1", for production use "INFO, syslog"
log.rootCategory = INFO, syslog, A1
# if enabled then the IM Server must be running before OLAT is started!
instantMessaging.enable=false