forked from kuali/kfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev2-build.properties
More file actions
87 lines (67 loc) · 3.02 KB
/
dev2-build.properties
File metadata and controls
87 lines (67 loc) · 3.02 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
########################################
# The Kuali Financial System, a comprehensive financial management system for higher education.
#
# Copyright 2005-2014 The Kuali Foundation
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
########################################
# DO NOT add comments before the blank line below, or they will disappear.
rice.standalone=true
rice.url=http://localhost:8080/kr-dev2
datasource.pool.size=20
dont.filter.project.spring.ide=
rice.thread.pool.size=20
datasource.ojb.platform=MySQL
datasource.url=jdbc:mysql://localhost:3306/kfs
datasource.username=kfs
datasource.password=kfs
rice.server.datasource.url=jdbc:mysql://localhost:3306/rice
rice.server.datasource.username=rice
rice.server.datasource.password=rice
use.p6spy=true
use.quartz.scheduling=true
use.quartz.jdbc.jobstore=false
rice.ksb.batch.mode=false
login.user=khuntley
authentication.filter.definition=<filter>\
\n\t\t<filter-name>DummyLoginFilter</filter-name>\
\n\t\t<filter-class>org.kuali.kfs.sys.web.filter.DevelopmentLoginFilter</filter-class>\
\n\t\t\t<init-param>\
\n\t\t\t\t<param-name>loginUser</param-name>\
\n\t\t\t\t<param-value>${login.user}</param-value>\
\n\t\t\t</init-param>\
\n\t</filter>
authentication.filter.mappings=<filter-mapping>\
\n\t\t<filter-name>DummyLoginFilter</filter-name>\
\n\t\t\t<servlet-name>action</servlet-name>\
\n\t\t</filter-mapping>\
\n\t\t<filter-mapping>\
\n\t\t\t<filter-name>DummyLoginFilter</filter-name>\
\n\t\t\t<servlet-name>dwr-invoker</servlet-name>\
\n\t\t</filter-mapping>\
\n\t\t<filter-mapping>\
\n\t\t\t<filter-name>DummyLoginFilter</filter-name>\
\n\t\t\t<servlet-name>batchFileUpload</servlet-name>\
\n\t\t</filter-mapping>
rice.enable.nonproduction.data.unmasking=true
module.access.security.enabled=true
contracts.grants.billing.enabled=true
kc.application.url=http://test.kc.kuali.org/kc-wklyig
institution.spring.source.files=,classpath:org/kuali/kfs/sys/spring-dev-env-beans.xml,classpath:org/kuali/kfs/sys/spring-test-env-beans.xml,classpath:org/kuali/kfs/module/ar/spring-test-env-beans.xml,classpath:org/kuali/kfs/module/purap/spring-test-env-beans.xml
kfs.krad.override.spring.files=classpath:spring-rice-krad-overrides.xml,classpath:spring-dev-rice-krad-overrides.xml
mail.relay.server=localhost
incident.mailing.list=kfs.notification.incident@kuali.org
batch.mailing.list=kfs.notification.batch@kuali.org
mailing.list.batch=kfs.notification.batch@kuali.org
javamelody.system.actions.enabled=true