-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathinstall.properties
More file actions
21 lines (21 loc) · 839 Bytes
/
install.properties
File metadata and controls
21 lines (21 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Licensed Materials - Property of IBM Corp.
# IBM UrbanCode Build
# (c) Copyright IBM Corporation 2012, 2014. All Rights Reserved.
#
# U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by
# GSA ADP Schedule Contract with IBM Corp.
component.name=IBM UrbanCode Build Server
component.directory=ibm-ucb/server
nonInteractive=true
install.accept.license=Y
install.server.web.host=$BUILD_SERVER_HOSTNAME
install.server.web.https.port=$HTTPS_PORT
install.server.jms.port=$JMS_PORT
install.server.dir=/opt/ibm-ucb/server
install.server.db.type=mysql
install.server.db.driver=com.mysql.jdbc.Driver
install.server.db.url=jdbc\:mysql\://$DB_HOST\:$MYSQL_PORT/$DB_NAME
install.server.db.user=$DB_USER
install.server.db.password=$DB_PASSWORD
install.server.db.no.create.tables=N
install.server.jms.mutualAuth=false