-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcosmo.properties
More file actions
71 lines (58 loc) · 2.81 KB
/
cosmo.properties
File metadata and controls
71 lines (58 loc) · 2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
61
62
63
64
65
66
67
68
69
70
71
# Copyright 2005 Open Source Applications Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This property determines how Hibernate maps database commands.
# Choose the option corresponding to your database system.
#
cosmo.hibernate.hbm2ddl
#cosmo.hibernate.dialect=org.hibernate.dialect.H2Dialect
#cosmo.hibernate.dialect=org.hibernate.dialect.DerbyDialect
#cosmo.hibernate.dialect=org.osaf.cosmo.hibernate.CosmoMySQL5InnoDBDialect
#cosmo.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
#cosmo.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
cosmo.log.HttpLoggingFilter.format=%M %U %Q %C %I
cosmo.service.account.requireActivation=false
cosmo.service.account.createOutOfBoxCollections=false
# If you would like to disable anonymous signups, set this property to true
#cosmo.service.account.disableSignups=false
# If you have a static image host or multiple hosts, use the following property.
# If there's only one host, just set the value to the url where the resources are
# stored If there's more than host, use the "*" symbol to indicate what character
# should be replaced with one of the numbers in the range.
#cosmo.ui.statichost.urlTemplate=http://static.example.com/chandler
# If you have multiple hosts, use this property to specify the range of numbers
# with which to replace the "*" symbol in the urlTemplate
#cosmo.ui.statichost.range=1..4
# If using SSL but non-encrypted http is available
# over port 80, uncomment the following:
#ui.httpSupported=true
# Set this to true to require users to agree
# to terms of service when signing up
# ui.tosRequired=false
# Set this to true to display a checkbox at signup that requests user contact preferences
# ui.getContactPreference=false
# Set this to false to prevent Dojo from using
# lethal measures to prevent data caching.
# ui.preventDataCaching=true
# UI timeout in seconds. If not set, inherited from session timeout.
# ui.uiTimeout=1800
# CalDAV options
# to enable experimental scheduling support, set to true
cosmo.caldav.schedulingEnabled=false
# Scheduler Properties
cosmo.scheduler.enabled=false
cosmo.scheduler.notifier.email.fromAddress=root@localhost
cosmo.scheduler.notifier.email.fromHandle=cosmo server
cosmo.scheduler.threadPoolSize=5
cosmo.scheduler.testMode=false