forked from bogeblad/infoglue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.properties
194 lines (163 loc) · 4.78 KB
/
build.properties
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
##
# $Id: build.properties,v 1.30 2008/01/28 16:31:55 mattias Exp $
###############################################################################
project.version=2.8.0
#build.compiler=jikes
configured=true
##
# deployment directories for each version of the InfoGlue webapp
##
deploy.dir.shared=/Applications/InfoGlue/tomcat/
deploy.dir.cms=/Applications/InfoGlue/tomcat/webapps/infoglueCMS
deploy.dir.working=/Applications/InfoGlue/tomcat/webapps/infoglueDeliverWorking
deploy.dir.live=/Applications/InfoGlue/tomcat/webapps/infoglueDeliverLive
##
# database
##
#Oracle
#database.driver.class=oracle.jdbc.driver.OracleDriver
#database.driver.engine=oracle
#database.url=jdbc:oracle:thin:@localhost:1521:utv1
#database.user=youruser
#database.password=yourpass
#database.minLimit=5
#database.maxLimit=30
#database.maxConnections=30
#database.mapping=oracle_mapping.xml
#database.encoding=UTF-8
#database.use.unicode=true
database.driver.class=com.mysql.jdbc.Driver
database.driver.engine=mysql
database.url=jdbc:mysql://localhost:3307/infoglue?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
database.user=root
database.password=ijikal
database.use.unicode=true
database.encoding=UTF-8
database.maxConnections=300
database.mapping=mapping.xml
#database.driver.class=com.microsoft.jdbc.sqlserver.SQLServerDriver
#database.url=jdbc:microsoft:sqlserver://localhost:1433
#database.user=youruser
#database.password=yourpass
##
# Hibernate
##
#hibernate.dialect=net.sf.hibernate.dialect.OracleDialect
hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect
hibernate.show_sql=false
##
# Which mode does the engine run in... 0=working(first preview), 2=publish(staging preview), 3=published(live)
##
operatingMode.cms=0
operatingMode.working=0
operatingMode.preview=2
operatingMode.live=3
##
# portlet
##
enablePortal=true
actionDispatcher=org.infoglue.deliver.portal.dispatcher.PortalServletDispatcher
#portletBase.xxx should point to TOMCAT_HOME/webapps (which will be used if left empty)
portletBase=/Applications/InfoGlue/tomcat/webapps/
portletBase.working=/Applications/InfoGlue/tomcat/webapps/
#portletBase.preview=/Applications/InfoGlue/tomcat/webapps/
portletBase.live=/Applications/InfoGlue/tomcat/webapps/
##
# web-specific settings, user to locate images, etc.
##
externalWebServerAddress=
#webServerAddress=http://localhost:8080
#liveWebServerAddress=http://localhost:8080
context.root.cms=infoglueCMS
context.root.working=infoglueDeliverWorking
#context.root.preview=infoglueDeliverPreview
context.root.live=infoglueDeliverLive
#requestArgumentDelimiter=&
URIEncoding=UTF-8
errorUrl=/error.jsp
errorBusyUrl=/errorBusy.jsp
#Set what thumbnail generator to use (example is ImageMagick).
#externalThumbnailGeneration=/usr/local/bin/convert
#enableNiceURI=true
niceURIEncoding=UTF-8
#niceURIAttributeName=NiceURIName
#Cache settings
useSelectivePageCacheUpdate=true
cachePath=c:/temp
#compressPageCache=true
#siteNodesToRecacheOnPublishing=48
#recacheUrl=http://localhost:8080/infoglueDeliverWorking/ViewPage.action
#recachePublishingMethod=requestCentric
inputCharacterEncoding=UTF-8
##
# logging
##
logTransactions=false
logDatabaseMessages=false
##
# default tree
##
tree=html
treeMode=classic
#settings for how the content tool should work
showContentVersionFirst=true
#settings for how the structure tool should work
showComponentsFirst=true
#Setting for if content types can be protected
protectContentTypes=false
#Setting for if categories can be protected
protectCategories=false
# Protect workflows
protectWorkflows=false
#Setting for which HTMLEditor to use FCKEditor | HTMLArea
wysiwygEditor=FCKEditor
#SET THIS TO TRUE IF YOU ARE RUNNING ORACLE OR DB2
useShortTableNames=false
# Show all workflows or only the one you owns
showAllWorkflows=false
##
# edition pagination
##
edition.pageSize=10
##
# Tool DB-Server
##
masterServer=
##
# Live DB-Server
##
slaveServer=
##
# AutoUpdate Settings
# ( Should point to masterserver, which provide a mirror list later
# For now, point up2dateUrl directly to a xml updates list )
##
up2dateUrl=http://www.infoglue.org/ViewPage.action?siteNodeId=23
##
# mail
##
mail.smtp.host=mail.mydomain.com
mail.smtp.auth=false
mail.smtp.user=
mail.smtp.password=
mail.contentType=text/html
##
# Sets up a superuser
##
administratorUserName=root
administratorPassword=habba
##
# security settings - basic
##
loginUrl=Login.action
#loginUrl=https://localhost:8443/infoglueDeliverWorking/Login.action
invalidLoginUrl=Login!invalidLogin.action
authenticatorClass=org.infoglue.cms.security.InfoGlueBasicAuthenticationModule
authorizerClass=org.infoglue.cms.security.InfoGlueBasicAuthorizationModule
serverName=localhost:8080
authConstraint=cmsUser
extraParametersFile=InfoGlueAuthorizationParameters.properties
casValidateUrl=
casServiceUrl=