Skip to content

Commit 85b85a3

Browse files
authored
prepare it to accept custom configs
1 parent b9df0d4 commit 85b85a3

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CONF/confluence/response.varfile

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
#install4j response file for Confluence 6.7.2
22
#Saeed Joulaei
3-
executeLauncherAction$Boolean=true
4-
app.install.service$Boolean=true
5-
sys.confirmedUpdateInstallationString=false
3+
#install4j response file for Confluence 6.7.2
4+
#Fri Mar 09 01:13:00 UTC 2018
65
launch.application$Boolean=true
6+
rmiPort$Long=8005
7+
app.install.service$Boolean=true
78
existingInstallationDir=/opt/Confluence
9+
sys.confirmedUpdateInstallationString=false
810
sys.languageId=en
911
sys.installationDir=/opt/atlassian/confluence
12+
app.confHome=/var/atlassian/application-data/confluence
13+
executeLauncherAction$Boolean=true
14+
httpPort$Long=8095
15+
portChoice=custom

0 commit comments

Comments
 (0)