-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.properties.example
54 lines (46 loc) · 1.58 KB
/
build.properties.example
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
## The following property or environment variable is required for compiling
## with the Servlet, JSP, and Naming Resources API
CATALINA_HOME=/path/to/apache-tomcat
## OPTIONAL PROPERTIES
## The following properties allow ConcourseConnect to be deployed to a
## properly configured remote Tomcat instance.
## "ant deploy-tomcat"
#DEPLOY.URL=http://127.0.0.1/manager
#DEPLOY.USER=admin
#DEPLOY.PASS=admin
#DEPLOY.CONTEXT=/connect
## Command-line testing can use a separate database
## "ant test"
#TEST.SITE.DRIVER=org.postgresql.Driver
#TEST.SITE.URL=jdbc:postgresql://127.0.0.1:5432/connect-test
#TEST.SITE.USER=postgres
#TEST.SITE.PASSWORD=
## Database information for installing and upgrading the database
## "ant installdb"
## "ant upgradedb"
#DATABASE.NAME=connect
#SITE.DBTYPE=postgresql
#SITE.DRIVER=org.postgresql.Driver
#SITE.URL=jdbc:postgresql://127.0.0.1:5432/connect
#SITE.USER=postgres
#SITE.PASSWORD=
## Some install and upgrade scripts manipulate the fileLibrary
## "ant installdb"
## "ant upgradedb"
## "ant deploy-webapp"
#WEBAPP_EXPLODED_HOME=/path/to/exploded/directory
#FILE_LIBRARY_HOME=/path/to/fileLibrary
## During the build process, extra customizations can be combined
## "ant package"
## "ant deploy-webapp"
## "ant deploy-tomcat"
#CUSTOMIZATIONS.PATH=/path/to/customizations
## Site defaults
## "ant installdb"
## "ant upgradedb"
#TITLE=ConcourseConnect
#DESCRIPTION=A social networking community
#KEYWORDS=concourseconnect, community, collaboration, intranet
#MAIN_PROFILE=main-profile
## Purpose can be: social, directory, community, intranet, projects, web
#PURPOSE=intranet